瀏覽代碼

fix runtime version

Mokhtar Naamani 5 年之前
父節點
當前提交
aae25db7a3
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/lib.rs

+ 2 - 2
src/lib.rs

@@ -104,8 +104,8 @@ pub mod opaque {
 pub const VERSION: RuntimeVersion = RuntimeVersion {
     spec_name: create_runtime_str!("joystream-node"),
     impl_name: create_runtime_str!("joystream-node"),
-    authoring_version: 0,
-    spec_version: 6,
+    authoring_version: 6,
+    spec_version: 0,
     impl_version: 0,
     apis: RUNTIME_API_VERSIONS,
 };