Hash -> taxied

This commit is contained in:
jl777
2019-01-15 00:13:48 -11:00
parent 6873cb6653
commit 50cbe82c68

View File

@@ -261,7 +261,7 @@ int32_t CCgettxout(uint256 txid,int32_t vout,int32_t mempoolflag)
}
else
{
if (!pcoinsTip->GetCoins(hash, coins))
if (!pcoinsTip->GetCoins(txid, coins))
return(-1);
}
if ( vout < coins.vout.size() )