Skip to content
Snippets Groups Projects
Commit bcea20b3 authored by Demi Obenour's avatar Demi Obenour Committed by GitHub
Browse files

Bump ‘spec_version’ in Westend (#1166)

This lets offline signers know that the transaction format has changed,
due to the addition of `transaction_version` to the signed payload.
parent 7f30e2ed
Branches
No related merge requests found
......@@ -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% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment