Skip to content

Commit

Permalink
hotfix: #473
Browse files Browse the repository at this point in the history
  • Loading branch information
AurevoirXavier committed Jul 15, 2020
1 parent bd63a27 commit 0bf7488
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion runtime/crab/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,9 @@ impl OnUnbalanced<NegativeImbalance<Runtime>> for DealWithFees {
}
}
parameter_types! {
pub const TransactionByteFee: Balance = 10 * MILLI;
// pub const TransactionByteFee: Balance = 10 * MILLI;
// FIXME: hot fix #473
pub const TransactionByteFee: Balance = 0;
// for a sane configuration, this should always be less than `AvailableBlockRatio`.
pub const TargetBlockFullness: Perquintill = Perquintill::from_percent(25);
}
Expand Down

0 comments on commit 0bf7488

Please sign in to comment.