Skip to content

Commit

Permalink
fix: remove boot cleanup on network switch (#4753)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewwalsh0 authored Oct 2, 2024
1 parent c2845d1 commit eecf907
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,6 @@ export class TransactionController extends BaseController<
onNetworkStateChange(() => {
log('Detected network change', this.getChainId());
this.pendingTransactionTracker.startIfPendingTransactions();
this.onBootCleanup();
});

this.onBootCleanup();
Expand Down

0 comments on commit eecf907

Please sign in to comment.