We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 880ccf4 + e9a5a34 commit a564bb6Copy full SHA for a564bb6
crates/pallet-subspace/src/lib.rs
@@ -1065,6 +1065,9 @@ impl<T: Config> Pallet<T> {
1065
solution_range,
1066
voting_solution_range,
1067
});
1068
+ frame_system::Pallet::<T>::deposit_log(DigestItem::next_solution_range(
1069
+ solution_range,
1070
+ ));
1071
}
1072
1073
crates/subspace-runtime/src/lib.rs
@@ -89,7 +89,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
89
spec_name: create_runtime_str!("subspace"),
90
impl_name: create_runtime_str!("subspace"),
91
authoring_version: 0,
92
- spec_version: 3,
+ spec_version: 4,
93
impl_version: 0,
94
apis: RUNTIME_API_VERSIONS,
95
transaction_version: 0,
0 commit comments