Skip to content

Commit

Permalink
printing detailed fee statement (#15363)
Browse files Browse the repository at this point in the history
  • Loading branch information
vineethk committed Nov 22, 2024
1 parent 3985353 commit 0b457aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/src/on_chain_config/timed_features.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ impl TimedFeatureOverride {
Replay => match flag {
LimitTypeTagSize => true,
ModuleComplexityCheck => true,
EntryCompatibility => true,
EntryCompatibility => false,
// Add overrides for replay here.
_ => return None,
},
Expand Down

0 comments on commit 0b457aa

Please sign in to comment.