Skip to content

Commit

Permalink
Log any errors publishing mix transactions
Browse files Browse the repository at this point in the history
  • Loading branch information
jrick committed May 24, 2024
1 parent 7e5f6fb commit 584213f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions wallet/mixing.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,9 @@ func (w *mixingWallet) PublishTransaction(ctx context.Context, tx *wire.MsgTx) e
wallet.networkBackendMu.Unlock()

_, err := wallet.PublishTransaction(ctx, tx, n)
if err != nil {
log.Errorf("Failed to publish mix transaction: %v", err)
}
return err
}

Expand Down

0 comments on commit 584213f

Please sign in to comment.