mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Revert "Cleanup transaction set sync map creation."
This reverts commit de8288d4d5.
This commit is contained in:
@@ -25,8 +25,7 @@ typedef std::pair<const uint256, LCTransaction::pointer> u256_lct_pair;
|
||||
|
||||
TransactionAcquire::TransactionAcquire(const uint256& hash) : PeerSet(hash, TX_ACQUIRE_TIMEOUT), mHaveRoot(false)
|
||||
{
|
||||
mMap = boost::make_shared<SHAMap>();
|
||||
mMap->setSynching();
|
||||
mMap = boost::make_shared<SHAMap>(hash);
|
||||
}
|
||||
|
||||
void TransactionAcquire::done()
|
||||
|
||||
Reference in New Issue
Block a user