فهرست منبع

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,
 };