mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Revert "Reduce SHAMapTreeNode copying during SHAMap unsharing:"
This reverts commit 47c6ab0ced.
This commit is contained in:
committed by
Vinnie Falco
parent
aaf209485c
commit
52879d964e
@@ -413,9 +413,8 @@ public:
|
||||
}
|
||||
if (didApply)
|
||||
{
|
||||
ledger->setImmutable (); // So the next line doesn't have to copy
|
||||
mCurrentLedger.set (ledger);
|
||||
getApp().getOPs ().pubProposedTransaction (ledger, txn, result);
|
||||
mCurrentLedger.set (ledger);
|
||||
getApp().getOPs ().pubProposedTransaction (ledger, txn, result);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user