Skip to content

Commit

Permalink
fix migration for v27.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Retropex committed Oct 4, 2024
1 parent 4ee7e67 commit 091d49e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions scripts/services/migrations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,10 +256,12 @@ export const migration: T.ExpectedExports.migration =
"27.1.4": {
up: compat.migrations.updateConfig(
(config: any) => {
config.blkconstr.persistmempool = true;
config.blkconstr.maxmempool = 300;
config.blkconstr.mempoolexpiry = 336;
config.blkconstr.mempoolfullrbf = true;
config.blkconstr = {
persistmempool : true,
maxmempool : 300,
mempoolexpiry : 336,
mempoolfullrbf : true,
}

config.advanced.templateconstruction = {
blockmaxsize : 3985000,
Expand Down

0 comments on commit 091d49e

Please sign in to comment.