Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Bump ‘spec_version’ in Westend (#1166)
Browse files Browse the repository at this point in the history
This lets offline signers know that the transaction format has changed,
due to the addition of `transaction_version` to the signed payload.
Demi-Marie authored May 29, 2020
1 parent 3a3e79b commit 141227b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/westend/src/lib.rs
Original file line number Diff line number Diff line change
@@ -82,7 +82,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("westend"),
impl_name: create_runtime_str!("parity-westend"),
authoring_version: 2,
spec_version: 11,
spec_version: 2000,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,

0 comments on commit 141227b

Please sign in to comment.