nspv_send -> spend

This commit is contained in:
jl777
2019-07-05 22:13:06 -11:00
parent 754c912c2f
commit ffd7509692
4 changed files with 9 additions and 8 deletions

View File

@@ -424,7 +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 },
{ "nSPV", "nspv_spend", &nspv_spend, true },
// rewards
{ "rewards", "rewardslist", &rewardslist, true },