mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-19 14:53:43 +01:00
mempool, refactor: Convert uint256 to Txid
This commit is contained in:
@@ -303,7 +303,7 @@ void Chainstate::MaybeUpdateMempoolForReorg(
|
||||
|
||||
AssertLockHeld(cs_main);
|
||||
AssertLockHeld(m_mempool->cs);
|
||||
std::vector<uint256> vHashUpdate;
|
||||
std::vector<Txid> vHashUpdate;
|
||||
{
|
||||
// disconnectpool is ordered so that the front is the most recently-confirmed
|
||||
// transaction (the last tx of the block at the tip) in the disconnected chain.
|
||||
|
||||
Reference in New Issue
Block a user