Skip to content

Commit 75d8919

Browse files
author
talentdev219
committed
fix(runtime-eden): Our parachain's tx version should be higher than our previous solo main net's (latest one 3.55.0) (#628)
This issue was raised by Zondax as Ledger Live would not allow an application's upgrade for Nodle on Ledger otherwise.
1 parent 13fe1e9 commit 75d8919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtimes/eden/src/version.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
5050
impl_version: 0,
5151

5252
/// Used for hardware wallets. This typically happens when `SignedExtra` changes.
53-
transaction_version: 1,
53+
transaction_version: 4,
5454

5555
apis: RUNTIME_API_VERSIONS,
5656
state_version: 0,

0 commit comments

Comments
 (0)