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.
This commit is contained in:
Demi Obenour
2020-05-29 08:57:00 +00:00
committed by GitHub
parent 7f30e2ed0f
commit bcea20b377
+1 -1
View File
@@ -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,