Skip to content

Commit 66aaf0d

Browse files
authored
Nits (#2083)
1 parent 4850aac commit 66aaf0d

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

bin/runtime-common/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ pallet-bridge-relayers = { path = "../../modules/relayers", default-features = f
3030

3131
frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
3232
frame-system = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
33-
pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
3433
pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
3534
pallet-utility = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
3635
sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
@@ -63,7 +62,6 @@ std = [
6362
"frame-system/std",
6463
"hash-db/std",
6564
"log/std",
66-
"pallet-balances/std",
6765
"pallet-bridge-grandpa/std",
6866
"pallet-bridge-messages/std",
6967
"pallet-bridge-parachains/std",

primitives/relayers/src/registration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
//! required finality proofs). This extension boosts priority of message delivery
2222
//! transactions, based on the number of bundled messages. So transaction with more
2323
//! messages has larger priority than the transaction with less messages.
24-
//! See [`bridge_runtime_common::priority_calculator`] for details;
24+
//! See `bridge_runtime_common::priority_calculator` for details;
2525
//!
2626
//! This encourages relayers to include more messages to their delivery transactions.
2727
//! At the same time, we are not verifying storage proofs before boosting

0 commit comments

Comments
 (0)