Skip to content

Commit

Permalink
fix(runtime-eden): correct tx version
Browse files Browse the repository at this point in the history
  • Loading branch information
aliXsed committed Nov 6, 2023
1 parent 57ac1ad commit a1b747c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtimes/eden/src/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
impl_version: 0,

/// Used for hardware wallets. This typically happens when `SignedExtra` changes.
transaction_version: 5,
transaction_version: 9,

apis: RUNTIME_API_VERSIONS,
state_version: 0,
Expand Down

0 comments on commit a1b747c

Please sign in to comment.