Restore BlockedKeyTable to map of flag values. (#4893)

Without this, loading a config that has the BlockedKeyTable feature flag
will error out.
This commit is contained in:
Jacob Hoffman-Andrews 2020-06-23 16:07:32 -07:00 committed by GitHub
parent 36c8fed4d9
commit 5def886f19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ var features = map[FeatureFlag]bool{
StoreRevokerInfo: false,
RestrictRSAKeySizes: false,
FasterNewOrdersRateLimit: false,
BlockedKeyTable: false,
}
var fMu = new(sync.RWMutex)