Skip to content

Commit d981b0a

Browse files
authored
Update bitcoinapi.h
1 parent f9d8729 commit d981b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bitcoinapi/bitcoinapi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class BitcoinAPI
6161

6262
void keypoolrefill();
6363
bool settxfee(double amount);
64-
double estimatefee(uint8_t blocks);
64+
double estimatefee(int blocks);
6565

6666
std::string signmessage(const std::string& bitcoinaddress, const std::string& message);
6767
bool verifymessage(const std::string& bitcoinaddress, const std::string& signature, const std::string& message);

0 commit comments

Comments
 (0)