Block operation if a feature we don't support is enabled in the ledger.

This commit is contained in:
JoelKatz
2013-05-30 14:30:06 -07:00
parent a38e80eb6b
commit 69a904133f
8 changed files with 37 additions and 7 deletions

View File

@@ -220,7 +220,7 @@ public:
static uint256 getLedgerFeatureIndex();
static uint256 getLedgerFeeIndex();
boost::unordered_set<uint256> getLedgerFeatures();
std::vector<uint256> getLedgerFeatures();
std::vector<uint256> getNeededTransactionHashes(int max, SHAMapSyncFilter* filter);
std::vector<uint256> getNeededAccountStateHashes(int max, SHAMapSyncFilter* filter);