diff --git a/src/Transaction.js b/src/Transaction.js index b3e212e..e236b13 100644 --- a/src/Transaction.js +++ b/src/Transaction.js @@ -177,7 +177,7 @@ class Transaction { this.tx.nonce = this.manager._nonce } - if (!this.tx.gasPrice && !this.tx.maxFeePerGas && !this.tx.maxPriorityFeePerGas) { + if (!this.tx.gasPrice && !this.tx.maxFeePerGas) { const gasParams = await this._getGasParams() this.tx = Object.assign(this.tx, gasParams) }