Drive by docs fix re minimum_balance (#3528)

This commit is contained in:
Sergei Pepyakin
2019-09-02 13:21:01 +02:00
committed by Bastian Köcher
parent e3d0c60a31
commit 42750edd52
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version.
spec_version: 154,
impl_version: 158,
impl_version: 159,
apis: RUNTIME_API_VERSIONS,
};