Skip to content

Commit

Permalink
remove redundant return
Browse files Browse the repository at this point in the history
Signed-off-by: Philemon Ukane <[email protected]>
  • Loading branch information
ukane-philemon committed Jan 26, 2024
1 parent c9eefec commit 4a8671f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/page/dcrdex/dex_onboarding_page.go
Original file line number Diff line number Diff line change
Expand Up @@ -1301,7 +1301,6 @@ func (pg *DEXOnboarding) checkForPendingBondPayment(host string) {
}

pg.waitForConfirmationAndListenForBlockNotifications()
return
}

func (pg *DEXOnboarding) notifyError(errMsg string) {
Expand Down

0 comments on commit 4a8671f

Please sign in to comment.