diff --git a/staticaddr/withdraw/manager.go b/staticaddr/withdraw/manager.go index 09a567cf..0bc29d82 100644 --- a/staticaddr/withdraw/manager.go +++ b/staticaddr/withdraw/manager.go @@ -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")