Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sonytooo authored and superKalo committed Jan 10, 2025
1 parent 28d1343 commit 41f293a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/main/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ export class MainController extends EventEmitter {
this.#signAccountOpBroadcastPromise = this.#broadcastSignedAccountOp().finally(() => {
this.#signAccountOpBroadcastPromise = undefined
})
return this.#broadcastSignedAccountOp()
return this.#signAccountOpBroadcastPromise
},
true
)
Expand Down

0 comments on commit 41f293a

Please sign in to comment.