Fix overflow in crowdfunding module (#771)

* Fix overflow in crowdfunding module

* Bump impl version
This commit is contained in:
Gavin Wood
2020-01-15 20:20:32 +01:00
committed by GitHub
parent 95afc7c2fd
commit d209d0c719
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
impl_name: create_runtime_str!("parity-kusama"),
authoring_version: 2,
spec_version: 1040,
impl_version: 1,
impl_version: 2,
apis: RUNTIME_API_VERSIONS,
};