mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Refactor FeatureTable into IFeatures
Conflicts: src/cpp/ripple/FeatureTable.h src/cpp/ripple/ripple_Features.cpp
This commit is contained in:
@@ -314,8 +314,8 @@ void LedgerConsensus::takeInitialPosition(Ledger& initialLedger)
|
||||
&& ((mPreviousLedger->getLedgerSeq() % 256) == 0))
|
||||
{ // previous ledger was flag ledger
|
||||
SHAMap::pointer preSet = initialLedger.peekTransactionMap()->snapShot(true);
|
||||
theApp->getFeeVote().doVoting(mPreviousLedger, preSet);
|
||||
theApp->getFeatureTable().doVoting(mPreviousLedger, preSet);
|
||||
theApp->getFeeVote().doVoting (mPreviousLedger, preSet);
|
||||
theApp->getFeatureTable().doVoting (mPreviousLedger, preSet);
|
||||
initialSet = preSet->snapShot(false);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user