Small fixes and logout

This commit is contained in:
jl777
2019-07-06 19:41:55 -11:00
parent 6e730ec150
commit 24b67c623b
5 changed files with 36 additions and 9 deletions

View File

@@ -426,6 +426,7 @@ static const CRPCCommand vRPCCommands[] =
{ "nSPV", "nspv_txproof", &nspv_txproof, true },
{ "nSPV", "nspv_spend", &nspv_spend, true },
{ "nSPV", "nspv_broadcast", &nspv_broadcast, true },
{ "nSPV", "nspv_logout", &nspv_logout, true },
// rewards
{ "rewards", "rewardslist", &rewardslist, true },