Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
cs1707 committed Aug 15, 2024
1 parent ff2f971 commit bc02a58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/background/controller/provider/rpcFlow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ const flowContext = flow
)
.then((result) => {
if (isSignApproval(approvalType)) {
console.log('emit sign finished');
eventBus.emit(EVENTS.broadcastToUI, {
method: EVENTS.SIGN_FINISHED,
params: {
Expand Down

0 comments on commit bc02a58

Please sign in to comment.