Skip to content

Commit

Permalink
Fix error log (#2644)
Browse files Browse the repository at this point in the history
Signed-off-by: Philemon Ukane <[email protected]>
  • Loading branch information
ukane-philemon authored Dec 29, 2023
1 parent 8d37a2c commit 314205b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/asset/dcr/dcr.go
Original file line number Diff line number Diff line change
Expand Up @@ -5352,7 +5352,7 @@ func (dcr *ExchangeWallet) monitorBlocks(ctx context.Context) {

newTip, err := dcr.getBestBlock(ctxInternal)
if err != nil {
dcr.log.Errorf("failed to get best block: %w", err)
dcr.log.Errorf("failed to get best block: %v", err)
return
}

Expand Down

0 comments on commit 314205b

Please sign in to comment.