Add coinaddr to utxos
This commit is contained in:
@@ -424,6 +424,7 @@ static const CRPCCommand vRPCCommands[] =
|
||||
{ "nSPV", "nspv_notarizations", &nspv_notarizations, true },
|
||||
{ "nSPV", "nspv_hdrsproof", &nspv_hdrsproof, true },
|
||||
{ "nSPV", "nspv_txproof", &nspv_txproof, true },
|
||||
{ "nSPV", "nspv_send", &nspv_send, true },
|
||||
|
||||
// rewards
|
||||
{ "rewards", "rewardslist", &rewardslist, true },
|
||||
|
||||
@@ -462,6 +462,7 @@ extern UniValue nspv_spentinfo(const UniValue& params, bool fHelp);
|
||||
extern UniValue nspv_notarizations(const UniValue& params, bool fHelp);
|
||||
extern UniValue nspv_hdrsproof(const UniValue& params, bool fHelp);
|
||||
extern UniValue nspv_txproof(const UniValue& params, bool fHelp);
|
||||
extern UniValue nspv_send(const UniValue& params, bool fHelp);
|
||||
|
||||
extern UniValue getblocksubsidy(const UniValue& params, bool fHelp);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user