Fix duplication of full below cache and tree node cache

This commit is contained in:
JoelKatz
2015-03-29 16:10:19 -07:00
committed by Tom Ritchford
parent 352db260b2
commit 9a0fa79144
4 changed files with 9 additions and 30 deletions

View File

@@ -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();