Skip to content

Commit deced54

Browse files
committed
staticaddr/withdraw: make error log unique
Make it easier to distinguish this error from a similar error few lines above.
1 parent 0bf2c99 commit deced54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

staticaddr/withdraw/manager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ func (m *Manager) handleWithdrawal(ctx context.Context,
696696
}
697697

698698
case err := <-errChan:
699-
log.Errorf("Error waiting for confirmation: %v", err)
699+
log.Errorf("Error waiting for spending: %v", err)
700700

701701
case <-ctx.Done():
702702
log.Errorf("Withdrawal tx confirmation wait canceled")

0 commit comments

Comments
 (0)