Skip to content

Commit 6a8bf32

Browse files
committed
Update SmartWallet.cs
1 parent 6d1598b commit 6a8bf32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Thirdweb/Thirdweb.Wallets/SmartWallet/SmartWallet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public async Task<string> SendTransaction(ThirdwebTransactionInput transactionIn
127127
}
128128
if (transactionInput.MaxFeePerGas == null)
129129
{
130-
(var maxFee, var maxPrio) = await ThirdwebTransaction.EstimateGasFees(transaction);
130+
(var maxFee, _) = await ThirdwebTransaction.EstimateGasFees(transaction);
131131
_ = transaction.SetMaxFeePerGas(maxFee);
132132
}
133133
if (_gasless)

0 commit comments

Comments
 (0)