mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
staticaddr/withdraw: make error log unique
Make it easier to distinguish this error from a similar error few lines above.
This commit is contained in:
parent
0bf2c99843
commit
deced54665
1 changed files with 1 additions and 1 deletions
|
|
@ -696,7 +696,7 @@ func (m *Manager) handleWithdrawal(ctx context.Context,
|
|||
}
|
||||
|
||||
case err := <-errChan:
|
||||
log.Errorf("Error waiting for confirmation: %v", err)
|
||||
log.Errorf("Error waiting for spending: %v", err)
|
||||
|
||||
case <-ctx.Done():
|
||||
log.Errorf("Withdrawal tx confirmation wait canceled")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue