This commit is contained in:
jl777
2018-04-07 22:39:43 +03:00
parent 74f0baa468
commit c6e53b1ad3
2 changed files with 9 additions and 13 deletions

View File

@@ -996,9 +996,7 @@ int32_t komodo_staked(uint256 *utxotxidp,int32_t *utxovoutp,uint64_t *utxovaluep
memset(utxotxidp,0,sizeof(*utxotxidp));
memset(utxovoutp,0,sizeof(*utxovoutp));
memset(utxosig,0,72);
fprintf(stderr,"start listunspent\n");
komodo_listunspent();
fprintf(stderr,"listunspent done\n");
return(72);
}