Skip to content

Commit

Permalink
feat: merge
Browse files Browse the repository at this point in the history
  • Loading branch information
cs1707 committed Sep 19, 2023
1 parent 89d223d commit c52e032
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/background/controller/provider/controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -604,6 +604,7 @@ class ProviderController extends BaseController {
// errMsg
// );
// transactionHistoryService.removeSigningTx(signingTxId!);
notificationService.setStatsData(statsData);
throw new Error(errMsg);
};
// const onTransactionSubmitted = (hash: string) => {
Expand Down Expand Up @@ -784,6 +785,7 @@ class ProviderController extends BaseController {
onTransactionSubmitFailed(new Error('Submit tx failed'));
} else {
onTransactionCreated({ hash, reqId, pushType });
notificationService.setStatsData(statsData);
}
}

Expand Down

0 comments on commit c52e032

Please sign in to comment.