Skip to content

Commit

Permalink
Fix transaction version v0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JuaniRios committed Jun 24, 2024
1 parent 439cdfb commit 037393c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added runtime_000.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion runtimes/polimec/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_version: 0_007_004,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 2,
transaction_version: 3,
state_version: 1,
};

Expand Down

0 comments on commit 037393c

Please sign in to comment.