Changed all occurences of referendums to referenda. Updated spec versions. (#2545)

This commit is contained in:
Joshy Orndorff
2019-05-13 11:37:47 +02:00
committed by Gavin Wood
parent 22586113ea
commit 3b534c1cc6
4 changed files with 20 additions and 20 deletions
+2 -2
View File
@@ -94,8 +94,8 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("node-template"),
impl_name: create_runtime_str!("node-template"),
authoring_version: 3,
spec_version: 3,
impl_version: 0,
spec_version: 4,
impl_version: 4,
apis: RUNTIME_API_VERSIONS,
};