Skip to content

Commit

Permalink
Update system-parachains/asset-hubs/asset-hub-kusama/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com>
  • Loading branch information
bkontur and kianenigma authored Feb 28, 2024
1 parent 62f7720 commit 994d6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system-parachains/asset-hubs/asset-hub-kusama/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ impl pallet_balances::Config for Runtime {

parameter_types! {
/// Relay Chain `TransactionByteFee` / 10
pub const TransactionByteFee: Balance = TRANSACTION_BYTE_FEE;
pub const TransactionByteFee: Balance = kusama::fee::TRANSACTION_BYTE_FEE;
}

impl pallet_transaction_payment::Config for Runtime {
Expand Down

0 comments on commit 994d6e6

Please sign in to comment.