Use saturating_pow for max digest interval (#2506)

* Use saturating_pow for max digest interval

* Impl version
This commit is contained in:
Andrew Jones
2019-05-08 12:20:43 +01:00
committed by Bastian Köcher
parent a63635b952
commit 9fc1db3280
2 changed files with 2 additions and 11 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
impl_name: create_runtime_str!("substrate-node"),
authoring_version: 10,
spec_version: 72,
impl_version: 73,
impl_version: 74,
apis: RUNTIME_API_VERSIONS,
};