mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Install SHAMapInnerNodeV2
* Inner node optimization.
This commit is contained in:
@@ -48,7 +48,7 @@ TransactionAcquire::TransactionAcquire (Application& app, uint256 const& hash, c
|
||||
, j_(app.journal("TransactionAcquire"))
|
||||
{
|
||||
mMap = std::make_shared<SHAMap> (SHAMapType::TRANSACTION, hash,
|
||||
app_.family());
|
||||
app_.family(), SHAMap::version{1});
|
||||
mMap->setUnbacked ();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user