Display invalidateblock, reconsiderblock, resendwallettransactions
This commit is contained in:
@@ -358,12 +358,12 @@ static const CRPCCommand vRPCCommands[] =
|
|||||||
{ "util", "jumblr_pause", &jumblr_pause, true },
|
{ "util", "jumblr_pause", &jumblr_pause, true },
|
||||||
{ "util", "jumblr_resume", &jumblr_resume, true },
|
{ "util", "jumblr_resume", &jumblr_resume, true },
|
||||||
|
|
||||||
|
{ "util", "invalidateblock", &invalidateblock, true },
|
||||||
|
{ "util", "reconsiderblock", &reconsiderblock, true },
|
||||||
/* Not shown in help */
|
/* Not shown in help */
|
||||||
{ "hidden", "invalidateblock", &invalidateblock, true },
|
|
||||||
{ "hidden", "reconsiderblock", &reconsiderblock, true },
|
|
||||||
{ "hidden", "setmocktime", &setmocktime, true },
|
{ "hidden", "setmocktime", &setmocktime, true },
|
||||||
#ifdef ENABLE_WALLET
|
#ifdef ENABLE_WALLET
|
||||||
{ "hidden", "resendwallettransactions", &resendwallettransactions, true},
|
{ "wallet", "resendwallettransactions", &resendwallettransactions, true},
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef ENABLE_WALLET
|
#ifdef ENABLE_WALLET
|
||||||
|
|||||||
Reference in New Issue
Block a user