From 66aaf0dd239dde40b64264061a77c921e2c82568 Mon Sep 17 00:00:00 2001 From: Branislav Kontur Date: Thu, 27 Apr 2023 11:58:40 +0200 Subject: [PATCH] Nits (#2083) --- bin/runtime-common/Cargo.toml | 2 -- primitives/relayers/src/registration.rs | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/bin/runtime-common/Cargo.toml b/bin/runtime-common/Cargo.toml index e7cd39da90b12..3db4ae9abca6e 100644 --- a/bin/runtime-common/Cargo.toml +++ b/bin/runtime-common/Cargo.toml @@ -30,7 +30,6 @@ pallet-bridge-relayers = { path = "../../modules/relayers", default-features = f frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } frame-system = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-utility = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } @@ -63,7 +62,6 @@ std = [ "frame-system/std", "hash-db/std", "log/std", - "pallet-balances/std", "pallet-bridge-grandpa/std", "pallet-bridge-messages/std", "pallet-bridge-parachains/std", diff --git a/primitives/relayers/src/registration.rs b/primitives/relayers/src/registration.rs index da64bdde3793c..7ab20844bdf93 100644 --- a/primitives/relayers/src/registration.rs +++ b/primitives/relayers/src/registration.rs @@ -21,7 +21,7 @@ //! required finality proofs). This extension boosts priority of message delivery //! transactions, based on the number of bundled messages. So transaction with more //! messages has larger priority than the transaction with less messages. -//! See [`bridge_runtime_common::priority_calculator`] for details; +//! See `bridge_runtime_common::priority_calculator` for details; //! //! This encourages relayers to include more messages to their delivery transactions. //! At the same time, we are not verifying storage proofs before boosting