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 18, 2023
1 parent cb00826 commit ce5e1bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,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 ce5e1bf

Please sign in to comment.