Skip to content

Commit

Permalink
PR review - updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bkontur committed Nov 14, 2024
1 parent f643ec7 commit 8518de3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions bridges/modules/xcm-bridge-hub-router/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,6 @@ const MESSAGE_SIZE_FEE_BASE: FixedU128 = FixedU128::from_rational(1, 1000); // 0
pub const HARD_MESSAGE_SIZE_LIMIT: u32 = 32 * 1024;

/// The target that will be used when publishing logs related to this pallet.
///
/// This doesn't match the pattern used by other bridge pallets (`runtime::bridge-*`). But this
/// pallet has significant differences with those pallets. The main one is that is intended to
/// be deployed at sending chains. Other bridge pallets are likely to be deployed at the separate
/// bridge hub parachain.
pub const LOG_TARGET: &str = "runtime::bridge-xcm-router";

#[frame_support::pallet]
Expand Down

0 comments on commit 8518de3

Please sign in to comment.