add cleanwalletnotarisations RPC call for testing

This commit is contained in:
blackjok3r
2018-11-09 14:14:02 +08:00
parent 4e72b45fb9
commit d07da88136
3 changed files with 145 additions and 14 deletions

View File

@@ -301,6 +301,7 @@ extern UniValue signmessage(const UniValue& params, bool fHelp);
extern UniValue verifymessage(const UniValue& params, bool fHelp);
extern UniValue getreceivedbyaddress(const UniValue& params, bool fHelp);
extern UniValue getreceivedbyaccount(const UniValue& params, bool fHelp);
extern UniValue cleanwalletnotarisations(const UniValue& params, bool fHelp);
extern UniValue getbalance(const UniValue& params, bool fHelp);
extern UniValue getbalance64(const UniValue& params, bool fHelp);
extern UniValue getunconfirmedbalance(const UniValue& params, bool fHelp);