Minor fixes (#3751)

* fix warning

* use compact for balance type

* bump version
This commit is contained in:
Xiliang Chen
2019-10-03 14:16:07 +13:00
committed by Shawn Tabrizi
parent 97328ee6bb
commit 67a4bc4bdd
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version.
spec_version: 170,
impl_version: 170,
impl_version: 171,
apis: RUNTIME_API_VERSIONS,
};