Skip to content

Commit ae2c5c8

Browse files
committed
lint cargo.toml
1 parent 48ea450 commit ae2c5c8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

node/src/consensus/aura_wrapped_import_queue.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ where
111111
let pre_hash = header.hash();
112112

113113
// Alice pub key
114-
// TODO: Make this flexible, not just check that Alice signed.
114+
// TODO: Make this based on last Aura authorities, not just Alice.
115115
let public =
116116
BabeAuthorityId::from_ss58check("5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY")
117117
.unwrap();

runtime/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ default = ["std"]
169169
pow-faucet = ["pallet-subtensor/pow-faucet"]
170170
fast-runtime = [
171171
"pallet-subtensor/fast-runtime",
172-
"subtensor-runtime-common/fast-runtime"
172+
"subtensor-runtime-common/fast-runtime",
173173
]
174174
std = [
175175
"frame-try-runtime?/std",
@@ -272,7 +272,7 @@ std = [
272272
"pallet-subtensor-swap/std",
273273
"pallet-subtensor-swap-runtime-api/std",
274274
"pallet-aura/std",
275-
"substrate-fixed/std"
275+
"substrate-fixed/std",
276276
]
277277
runtime-benchmarks = [
278278
"frame-benchmarking/runtime-benchmarks",
@@ -314,7 +314,7 @@ runtime-benchmarks = [
314314
"pallet-hotfix-sufficients/runtime-benchmarks",
315315
"pallet-drand/runtime-benchmarks",
316316
"pallet-transaction-payment/runtime-benchmarks",
317-
"pallet-subtensor-swap/runtime-benchmarks"
317+
"pallet-subtensor-swap/runtime-benchmarks",
318318
]
319319
try-runtime = [
320320
"frame-try-runtime/try-runtime",
@@ -362,6 +362,6 @@ try-runtime = [
362362
"pallet-evm/try-runtime",
363363
"pallet-evm-chain-id/try-runtime",
364364
"pallet-drand/try-runtime",
365-
"pallet-aura/try-runtime"
365+
"pallet-aura/try-runtime",
366366
]
367367
metadata-hash = ["substrate-wasm-builder/metadata-hash"]

0 commit comments

Comments
 (0)