jumblr_pause and jumblr_resume

Thanks to @amigo for the feature request
This commit is contained in:
jl777
2017-11-22 10:53:16 +04:00
parent 9282f3e9fc
commit eea03b7b5d
6 changed files with 29 additions and 3 deletions

View File

@@ -248,6 +248,8 @@ extern UniValue zc_sample_joinsplit(const UniValue& params, bool fHelp);
extern UniValue jumblr_deposit(const UniValue& params, bool fHelp);
extern UniValue jumblr_secret(const UniValue& params, bool fHelp);
extern UniValue jumblr_pause(const UniValue& params, bool fHelp);
extern UniValue jumblr_resume(const UniValue& params, bool fHelp);
extern UniValue getrawtransaction(const UniValue& params, bool fHelp); // in rcprawtransaction.cpp
extern UniValue listunspent(const UniValue& params, bool fHelp);