We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9d8729 commit d981b0aCopy full SHA for d981b0a
src/bitcoinapi/bitcoinapi.h
@@ -61,7 +61,7 @@ class BitcoinAPI
61
62
void keypoolrefill();
63
bool settxfee(double amount);
64
- double estimatefee(uint8_t blocks);
+ double estimatefee(int blocks);
65
66
std::string signmessage(const std::string& bitcoinaddress, const std::string& message);
67
bool verifymessage(const std::string& bitcoinaddress, const std::string& signature, const std::string& message);
0 commit comments