mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fix duplication of full below cache and tree node cache
This commit is contained in:
@@ -265,8 +265,8 @@ SHAMapStoreImp::run()
|
||||
LedgerIndex lastRotated = state_db_.getState().lastRotated;
|
||||
netOPs_ = &getApp().getOPs();
|
||||
ledgerMaster_ = &getApp().getLedgerMaster();
|
||||
fullBelowCache_ = &getApp().getFullBelowCache();
|
||||
treeNodeCache_ = &getApp().getTreeNodeCache();
|
||||
fullBelowCache_ = &getApp().family().fullbelow();
|
||||
treeNodeCache_ = &getApp().family().treecache();
|
||||
transactionDb_ = &getApp().getTxnDB();
|
||||
ledgerDb_ = &getApp().getLedgerDB();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user