This commit is contained in:
jl777
2017-07-12 12:15:20 +02:00
parent b35ca43347
commit eeaaf55488
6 changed files with 571 additions and 1 deletions

View File

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