Skip to content

Commit f9d8729

Browse files
authored
Added support for estimatefee RPC call
1 parent 01e1c96 commit f9d8729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bitcoinapi/bitcoinapi.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ bool BitcoinAPI::settxfee(double amount) {
377377
return result.asBool();
378378
}
379379

380-
double BitcoinAPI::estimatefee(uint8_t blocks) {
380+
double BitcoinAPI::estimatefee(const int blocks) {
381381
string command = "estimatefee";
382382
Value params, result;
383383
params.append(blocks);

0 commit comments

Comments
 (0)