Skip to content

Commit 0d1e1a2

Browse files
committed
test
1 parent e145963 commit 0d1e1a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

staticaddr/deposit/manager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ func (m *Manager) UpdateDeposit(ctx context.Context, d *Deposit) error {
554554
}
555555

556556
// toActiveDeposits converts a list of outpoints to a list of FSMs and deposits.
557-
// The caller should call mu.Lock() before calling this function.
557+
// The caller should call mu.Lock() before calling this function
558558
func (m *Manager) toActiveDeposits(outpoints *[]wire.OutPoint) ([]*FSM,
559559
[]*Deposit) {
560560

0 commit comments

Comments
 (0)