git.delta.rocks / unique-network / refs/commits / 1158d75a10cd

difftreelog

fix transaction_version

Daniel Shiposha2022-10-18parent: #4806165.patch.diff
in: master

3 files changed

modifiedruntime/opal/src/lib.rsdiffbeforeafterboth
--- a/runtime/opal/src/lib.rs
+++ b/runtime/opal/src/lib.rs
@@ -53,7 +53,7 @@
 	spec_version: 929030,
 	impl_version: 0,
 	apis: RUNTIME_API_VERSIONS,
-	transaction_version: 3,
+	transaction_version: 2,
 	state_version: 0,
 };
 
modifiedruntime/quartz/src/lib.rsdiffbeforeafterboth
53 spec_version: 929030,53 spec_version: 929030,
54 impl_version: 0,54 impl_version: 0,
55 apis: RUNTIME_API_VERSIONS,55 apis: RUNTIME_API_VERSIONS,
56 transaction_version: 3,56 transaction_version: 2,
57 state_version: 0,57 state_version: 0,
58};58};
5959
modifiedruntime/unique/src/lib.rsdiffbeforeafterboth
--- a/runtime/unique/src/lib.rs
+++ b/runtime/unique/src/lib.rs
@@ -53,7 +53,7 @@
 	spec_version: 929030,
 	impl_version: 0,
 	apis: RUNTIME_API_VERSIONS,
-	transaction_version: 3,
+	transaction_version: 2,
 	state_version: 0,
 };