We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d1598b commit 6a8bf32Copy full SHA for 6a8bf32
Thirdweb/Thirdweb.Wallets/SmartWallet/SmartWallet.cs
@@ -127,7 +127,7 @@ public async Task<string> SendTransaction(ThirdwebTransactionInput transactionIn
127
}
128
if (transactionInput.MaxFeePerGas == null)
129
{
130
- (var maxFee, var maxPrio) = await ThirdwebTransaction.EstimateGasFees(transaction);
+ (var maxFee, _) = await ThirdwebTransaction.EstimateGasFees(transaction);
131
_ = transaction.SetMaxFeePerGas(maxFee);
132
133
if (_gasless)
0 commit comments