Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Rename to MaxMessageSize
Browse files Browse the repository at this point in the history
  • Loading branch information
yrong committed Dec 19, 2023
1 parent f4fe99c commit 61dcbd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ impl snowbridge_inbound_queue::Config for Runtime {
>;
type WeightToFee = WeightToFee;
type LengthToFee = ConstantMultiplier<Balance, TransactionByteFee>;
type MaxMessagePayloadSize = ConstU32<2048>;
type MaxMessageSize = ConstU32<2048>;
type WeightInfo = weights::snowbridge_inbound_queue::WeightInfo<Runtime>;
type PricingParameters = EthereumSystem;
}
Expand Down

0 comments on commit 61dcbd7

Please sign in to comment.