Stub getnewaddress64

This commit is contained in:
jl777
2018-06-30 03:37:42 -11:00
parent d979952f3a
commit 2732d384f4
2 changed files with 2 additions and 0 deletions

View File

@@ -209,6 +209,7 @@ extern UniValue estimatefee(const UniValue& params, bool fHelp);
extern UniValue estimatepriority(const UniValue& params, bool fHelp);
extern UniValue getnewaddress(const UniValue& params, bool fHelp); // in rpcwallet.cpp
//extern UniValue getnewaddress64(const UniValue& params, bool fHelp); // in rpcwallet.cpp
extern UniValue getaccountaddress(const UniValue& params, bool fHelp);
extern UniValue getrawchangeaddress(const UniValue& params, bool fHelp);
extern UniValue setaccount(const UniValue& params, bool fHelp);