srml-contracts: Minor fixes to docs. (#3262)

* Adjust documentation.

* Bump impl_version.

* Update srml/contracts/src/wasm/runtime.rs

Co-Authored-By: Hero Bird <robbepop@web.de>

* Remove incorrect doc.
This commit is contained in:
Sergei Pepyakin
2019-08-02 19:53:33 +02:00
committed by Gavin Wood
parent c792dd358d
commit f0856db12c
2 changed files with 13 additions and 15 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version.
spec_version: 127,
impl_version: 127,
impl_version: 128,
apis: RUNTIME_API_VERSIONS,
};