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

@@ -338,6 +338,8 @@ static const CRPCCommand vRPCCommands[] =
{ "util", "z_validateaddress", &z_validateaddress, true }, /* uses wallet if enabled */
{ "util", "jumblr_deposit", &jumblr_deposit, true },
{ "util", "jumblr_secret", &jumblr_secret, true },
{ "util", "jumblr_pause", &jumblr_pause, true },
{ "util", "jumblr_resume", &jumblr_resume, true },
/* Not shown in help */
{ "hidden", "invalidateblock", &invalidateblock, true },