Skip to content

Commit

Permalink
fix non eip-1559 path
Browse files Browse the repository at this point in the history
  • Loading branch information
dbcfd committed Apr 5, 2023
1 parent c204ef9 commit 567116a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ export class EthereumBlockchainService implements BlockchainService {
const prevGasPrice = BigInt(txData.gasPrice || feeDataGasPrice)
txData.gasPrice = EthereumBlockchainService.increaseGasPricePerAttempt(
feeDataGasPrice,
attempt,
prevGasPrice
)
logger.debug(`Estimated gasPrice: ${txData.gasPrice.toString()} wei`)
Expand Down

0 comments on commit 567116a

Please sign in to comment.