This commit is contained in:
jl777
2017-07-12 12:26:38 +02:00
parent bc035879e9
commit 5539178c7f

View File

@@ -336,8 +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 },
{ "util", "jumblr_deposit", &jumblr_deposit, true },
{ "util", "jumblr_secret", &jumblr_secret, true },
/* Not shown in help */
{ "hidden", "invalidateblock", &invalidateblock, true },