Skip to content

Commit

Permalink
pretty print
Browse files Browse the repository at this point in the history
  • Loading branch information
marcopeereboom committed Feb 24, 2025
1 parent 9783f91 commit 96c3e5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service/popm/popm.go
Original file line number Diff line number Diff line change
Expand Up @@ -451,8 +451,8 @@ func (s *Server) Run(pctx context.Context) error {
s.opnode(ctx)
}()

log.Infof("bitcoin address %v", s.address)
log.Infof("bitcoin public key %v", s.public)
log.Infof("bitcoin address : %v", s.address)
log.Infof("bitcoin public key: %v", s.public)

<-ctx.Done()
err := ctx.Err()
Expand Down

0 comments on commit 96c3e5c

Please sign in to comment.