Skip to content

Commit ab11033

Browse files
authored
chore: mark a pallet constant (#1079)
1 parent cec082d commit ab11033

File tree

1 file changed

+1
-0
lines changed
  • toolkit/bridge/pallet/src

1 file changed

+1
-0
lines changed

toolkit/bridge/pallet/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ pub mod pallet {
241241
type TransferHandler: TransferHandler<Self::Recipient>;
242242

243243
/// Maximum number of transfers that can be handled in one block for each transfer type
244+
#[pallet::constant]
244245
type MaxTransfersPerBlock: Get<u32>;
245246

246247
/// Extrinsic weight information

0 commit comments

Comments
 (0)