Skip to content

Commit

Permalink
fix: set min calc fee runtime version to 601 (#806)
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul committed Dec 29, 2021
1 parent bbc7fbd commit 3136399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chains-config/statemintControllers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const statemintControllers: ControllerConfig = {
],
options: {
finalizes: true,
minCalcFeeRuntime: 2,
minCalcFeeRuntime: 601,
blockWeightStore: {},
blockStore: initLRUCache(),
},
Expand Down

0 comments on commit 3136399

Please sign in to comment.