Add coinaddr to utxos

This commit is contained in:
jl777
2019-07-05 00:35:44 -11:00
parent 3c8826dab3
commit 085f99d44d
4 changed files with 41 additions and 4 deletions

View File

@@ -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 },