This commit is contained in:
jl777
2019-07-06 00:30:28 -11:00
parent 3bf999989d
commit b35d025388

View File

@@ -281,6 +281,7 @@ UniValue NSPV_spend(char *srcaddr,char *destaddr,int64_t satoshis) // what its a
{
TxToJSON(tx,uint256(),result);
result.push_back(Pair("result","success"));
result.push_back(Pair("hex",hex));
}
else
{