You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/txm/lib/TransactionManager.ts
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -298,33 +298,43 @@ export class TransactionManager {
298
298
}
299
299
300
300
publicasyncstart(): Promise<void>{
301
+
console.log("Starting transaction manager")
301
302
// Start the gas price oracle to prevent other parts of the application from calling `suggestGasForNextBlock` before the gas price oracle has initialized the gas price after processing the first block
0 commit comments