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:
parent
36c8fed4d9
commit
5def886f19
|
|
@ -84,6 +84,7 @@ var features = map[FeatureFlag]bool{
|
|||
StoreRevokerInfo: false,
|
||||
RestrictRSAKeySizes: false,
|
||||
FasterNewOrdersRateLimit: false,
|
||||
BlockedKeyTable: false,
|
||||
}
|
||||
|
||||
var fMu = new(sync.RWMutex)
|
||||
|
|
|
|||
Loading…
Reference in New Issue