Skip to content

Commit

Permalink
unused defer (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
gusin13 authored Jan 13, 2025
1 parent e9875a9 commit f1a55b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/services/watch_btc_events.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ func (s *Service) watchForSpendStakingTx(
spendEvent *notifier.SpendEvent,
stakingTxHashHex string,
) {
defer s.wg.Done()
quitCtx, cancel := s.quitContext()
defer cancel()

Expand Down

0 comments on commit f1a55b8

Please sign in to comment.