diff --git a/ethers/signer.nim b/ethers/signer.nim index 9f953e0..e38509e 100644 --- a/ethers/signer.nim +++ b/ethers/signer.nim @@ -148,6 +148,7 @@ method populateTransaction*( else: populated.gasPrice = some(transaction.gasPrice |? (await signer.getGasPrice())) populated.maxFeePerGas = none(UInt256) + populated.maxPriorityFeePerGas = none(UInt256) trace "EIP-1559 is not supported", gasPrice = populated.gasPrice if transaction.nonce.isNone and transaction.gasLimit.isNone: