Introduce rebond (#4374)

* Implement rebond: allowing to re-bond stake unbonded.
This commit is contained in:
Marcio Diaz
2020-01-09 11:33:27 +01:00
committed by GitHub
parent 69245901dc
commit 6100fb14e6
3 changed files with 189 additions and 3 deletions
+2 -2
View File
@@ -78,8 +78,8 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// and set impl_version to equal spec_version. If only runtime
// implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version.
spec_version: 199,
impl_version: 199,
spec_version: 200,
impl_version: 200,
apis: RUNTIME_API_VERSIONS,
};