We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 529e732 commit 52837aaCopy full SHA for 52837aa
1 file changed
README.md
@@ -182,7 +182,7 @@ cargo build --features try-runtime --release && cp target/release/substrate .
182
try-runtime \
183
--runtime /path-to-substrate/target/release/wbuild/my-runtime.wasm \
184
on-runtime-upgrade \
185
- # if you'd like pre_upgrade & post_upgrade checks to run
+ # Passing this flag will skip multi-block-migration checks and only run pre_upgrade/post_upgrade checks.
186
--disable-mbm-checks \
187
live --uri ws://localhost:9999
188
```
0 commit comments