Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gusin13 committed Nov 13, 2024
1 parent 6c877ab commit 373e202
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/services/watch_btc_events.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func (s *Service) watchForSpendStakingTx(

var (
spendingTx *wire.MsgTx = nil
spendingInputIdx uint32 = 0
spendingInputIdx uint32
)
select {
case spendDetail := <-spendEvent.Spend:
Expand Down Expand Up @@ -70,7 +70,7 @@ func (s *Service) watchForSpendUnbondingTx(

var (
spendingTx *wire.MsgTx = nil
spendingInputIdx uint32 = 0
spendingInputIdx uint32
)
select {
case spendDetail := <-spendEvent.Spend:
Expand Down

0 comments on commit 373e202

Please sign in to comment.