Skip to content

Commit

Permalink
add newline per review
Browse files Browse the repository at this point in the history
  • Loading branch information
buck54321 committed Aug 7, 2024
1 parent e4217f0 commit 1387d0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wallet/wallet.go
Original file line number Diff line number Diff line change
Expand Up @@ -1387,6 +1387,7 @@ type (
func (w *Wallet) endRecoveryAndWait() {
if recoverySyncI := w.recovering.Load(); recoverySyncI != nil {
recoverySync := recoverySyncI.(*recoverySyncer)

// If recovery is still running, it will end early with an error
// once we set the quit flag.
atomic.StoreUint32(&recoverySync.quit, 1)
Expand Down

0 comments on commit 1387d0b

Please sign in to comment.