Revert "Sunce86/eip1559 for x dai (#499)"

This reverts commit 87ae05d99e.
This commit is contained in:
sunce86
2021-08-03 11:47:01 +02:00
parent 87ae05d99e
commit ecae5f1c47
9 changed files with 15 additions and 417 deletions

View File

@@ -680,7 +680,7 @@ usage! {
ARG arg_min_gas_price: (Option<u64>) = None, or |c: &Config| c.mining.as_ref()?.min_gas_price.clone(),
"--min-gas-price=[STRING]",
"Minimum amount of Wei per GAS to be paid for a transaction on top of base fee, to be accepted for mining. Overrides --usd-per-tx.",
"Minimum amount of Wei per GAS to be paid for a transaction to be accepted for mining. Overrides --usd-per-tx.",
ARG arg_gas_price_percentile: (usize) = 50usize, or |c: &Config| c.mining.as_ref()?.gas_price_percentile,
"--gas-price-percentile=[PCT]",