mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Rename LedgerAcquire to InboundLedger
This commit is contained in:
@@ -22,7 +22,7 @@ static void TACompletionHandler (uint256 hash, SHAMap::pointer map)
|
||||
{
|
||||
boost::recursive_mutex::scoped_lock sl (theApp->getMasterLock ());
|
||||
theApp->getOPs ().mapComplete (hash, map);
|
||||
theApp->getMasterLedgerAcquire ().dropLedger (hash);
|
||||
theApp->getInboundLedgers ().dropLedger (hash);
|
||||
}
|
||||
|
||||
void TransactionAcquire::done ()
|
||||
|
||||
Reference in New Issue
Block a user