Skip to content

Commit beb6f6b

Browse files
committed
Format and bump spec
1 parent ab4d6e1 commit beb6f6b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

pallets/subtensor/src/lib.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1785,7 +1785,10 @@ where
17851785
}) => {
17861786
// Fully validate the user input
17871787
Self::result_to_validity(Pallet::<T>::validate_add_stake(
1788-
who, hotkey, *netuid, *amount_staked,
1788+
who,
1789+
hotkey,
1790+
*netuid,
1791+
*amount_staked,
17891792
))
17901793
}
17911794
Some(Call::remove_stake {

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: 223,
223+
spec_version: 224,
224224
impl_version: 1,
225225
apis: RUNTIME_API_VERSIONS,
226226
transaction_version: 1,

0 commit comments

Comments
 (0)