This commit is contained in:
jl777
2018-04-07 20:49:54 +03:00
parent dfb57be5ec
commit b50b085aa8

View File

@@ -995,7 +995,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);
if ( (retstr= komodo_issuemethod(KOMODO_USERPASS,"listunspent","[]",BITCOIND_PORT)) != 0 )
if ( (retstr= komodo_issuemethod(ASSETCHAINS_USERPASS,"listunspent","[]",BITCOIND_PORT)) != 0 )
{
fprintf(stderr,"listunspent.(%s)\n",retstr);
free(retstr);