Refactor: replace calls to GetTxid() with GetHash()
This commit is contained in:
@@ -561,7 +561,7 @@ Value getblocktemplate(const Array& params, bool fHelp)
|
||||
int i = 0;
|
||||
BOOST_FOREACH (CTransaction& tx, pblock->vtx)
|
||||
{
|
||||
uint256 txHash = tx.GetTxid();
|
||||
uint256 txHash = tx.GetHash();
|
||||
setTxIndex[txHash] = i++;
|
||||
|
||||
if (tx.IsCoinBase())
|
||||
|
||||
Reference in New Issue
Block a user