Skip to content

Commit ae25b5f

Browse files
committed
bump version
1 parent 17acaae commit ae25b5f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pallets/subtensor/src/coinbase/run_coinbase.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -862,6 +862,7 @@ impl<T: Config> Pallet<T> {
862862

863863
// Add the hotkey's own emission to the distribution list
864864
dividend_tuples.push((hotkey.clone(), child_emission));
865+
865866
dividend_tuples
866867
}
867868

runtime/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
220220
// `spec_version`, and `authoring_version` are the same between Wasm and native.
221221
// This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use
222222
// the compatible custom types.
223-
spec_version: 307,
223+
spec_version: 308,
224224
impl_version: 1,
225225
apis: RUNTIME_API_VERSIONS,
226226
transaction_version: 1,

0 commit comments

Comments
 (0)