Skip to content

Commit 0ab1c84

Browse files
committed
lock debug
1 parent 3158546 commit 0ab1c84

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

staticaddr/deposit/manager.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -526,9 +526,6 @@ func (m *Manager) TransitionDeposits(ctx context.Context, deposits []*Deposit,
526526
outpoints[i] = d.OutPoint
527527
}
528528

529-
m.mu.Lock()
530-
defer m.mu.Unlock()
531-
532529
stateMachines, _ := m.toActiveDeposits(&outpoints)
533530
if stateMachines == nil {
534531
return fmt.Errorf("deposits not found in active deposits")

0 commit comments

Comments
 (0)