mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Batched transaction application:
Applying multiple transactions to the open ledger reduces SHAMap modification overhead.
This commit is contained in:
committed by
Nik Bougalis
parent
4225b78bf5
commit
ca800f9e8d
@@ -74,7 +74,7 @@ public:
|
||||
STPathSet& pathsOut,
|
||||
STPath& fullLiquidityPath) const;
|
||||
|
||||
Transaction::pointer processTransaction (
|
||||
void processTransaction (
|
||||
Transaction::ref tpTrans,
|
||||
bool bAdmin,
|
||||
bool bLocal,
|
||||
|
||||
Reference in New Issue
Block a user