Skip to content

Commit

Permalink
chore: enable idempotency checks on try-runtime for upgrade-test (#5391)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylezs authored Nov 7, 2024
1 parent 9842dea commit 6840f63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bouncer/shared/try_runtime_upgrade.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ function tryRuntimeCommand(runtimePath: string, blockHash: 'latest' | string, ne
`try-runtime \
--runtime ${runtimePath} on-runtime-upgrade \
--disable-spec-version-check \
--disable-idempotency-checks \
--checks pre-and-post ${blockParam} \
--uri ${networkUrl}`,
`try-runtime-${blockHash}`,
Expand Down

0 comments on commit 6840f63

Please sign in to comment.