This commit is contained in:
jl777
2018-04-07 22:14:34 +03:00
parent ee06bbb7b3
commit f8d5490f7c

View File

@@ -1053,7 +1053,7 @@ int32_t komodo_staked(uint256 *utxotxidp,int32_t *utxovoutp,uint64_t *utxovaluep
} }
entry.push_back(Pair("confirmations",out.nDepth)); entry.push_back(Pair("confirmations",out.nDepth));
entry.push_back(Pair("spendable", out.fSpendable)); entry.push_back(Pair("spendable", out.fSpendable));
fprintf(stderr,"%s\n",results.get_str().c_str()); fprintf(stderr,"%s\n",entry.get_str().c_str());
} }
fprintf(stderr,"listunspent done\n"); fprintf(stderr,"listunspent done\n");
return(72); return(72);