Skip to content

Commit

Permalink
deploy: 6a126fe
Browse files Browse the repository at this point in the history
  • Loading branch information
liamaharon committed Jan 25, 2024
1 parent ac12ca8 commit 924ae8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/try_runtime/main.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@
//! try-runtime \
//! --runtime /path-to-substrate/target/release/wbuild/my-runtime.wasm \
//! on-runtime-upgrade \
//! snap -s my-snapshot.snap
//! snap -p my-snapshot.snap
//! ```
//!
//! * Execute the latest finalized block with the given runtime.
Expand Down
2 changes: 1 addition & 1 deletion try_runtime/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ <h3 id="examples"><a href="#examples">Examples</a></h3>
<div class="example-wrap"><pre class="language-bash"><code>try-runtime \
--runtime /path-to-substrate/target/release/wbuild/my-runtime.wasm \
on-runtime-upgrade \
snap -s my-snapshot.snap
snap -p my-snapshot.snap
</code></pre></div>
<ul>
<li>Execute the latest finalized block with the given runtime.</li>
Expand Down

0 comments on commit 924ae8c

Please sign in to comment.