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 2753d03 commit 8808a61Copy full SHA for 8808a61
src/worker/tasks/sendTransactionWorker.ts
@@ -305,8 +305,6 @@ const _sendTransaction = async (
305
// This call throws if the execution would be reverted.
306
// The nonce is _not_ set yet.
307
308
- console.log("override gas price", overrides?.gasPrice);
309
-
310
let populatedTransaction: PopulatedTransaction;
311
try {
312
populatedTransaction = await toSerializableTransaction({
@@ -406,7 +404,6 @@ const _sendTransaction = async (
406
404
}
407
405
408
await addSentNonce(chainId, from, nonce);
409
- console.log("populated transaction gas price", populatedTransaction.gasPrice);
410
411
return {
412
...queuedTransaction,
0 commit comments