Small fixes and logout
This commit is contained in:
@@ -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 },
|
||||
|
||||
@@ -464,6 +464,7 @@ extern UniValue nspv_hdrsproof(const UniValue& params, bool fHelp);
|
||||
extern UniValue nspv_txproof(const UniValue& params, bool fHelp);
|
||||
extern UniValue nspv_spend(const UniValue& params, bool fHelp);
|
||||
extern UniValue nspv_broadcast(const UniValue& params, bool fHelp);
|
||||
extern UniValue nspv_logout(const UniValue& params, bool fHelp);
|
||||
|
||||
extern UniValue getblocksubsidy(const UniValue& params, bool fHelp);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user