Change Contracts::DefaultMaxDepth from 1024 to 32 (#3855)

* Change DefaultMaxDepth from 1024 to 32

* bump impl and spec version
This commit is contained in:
Ashley
2019-10-21 07:46:23 +01:00
committed by Sergei Pepyakin
parent 222ff6fe79
commit 28f7814fb2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ 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: 179,
spec_version: 180,
impl_version: 180,
apis: RUNTIME_API_VERSIONS,
};