Skip to content

Commit

Permalink
Sync EVM transaction n version with taurus_evm_upgrade branch
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 committed Feb 21, 2025
1 parent 3701084 commit 03083ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion domains/runtime/evm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_version: 0,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 0,
transaction_version: 1,
system_version: 2,
};

Expand Down

0 comments on commit 03083ec

Please sign in to comment.