Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhorsey committed Nov 28, 2024
1 parent c3a26e4 commit 77ff298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/taiko-client/pkg/p2p/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func NewNetwork(ctx context.Context, bootstrapNodeURL string, port uint64) (*Net

fullAddr := fmt.Sprintf("%s/p2p/%s", strings.ReplaceAll(host.Addrs()[1].String(), "]", ""), host.ID())

slog.Info("Node address", "address", fullAddr)
slog.Info("Node address", "address", fullAddr, "localFullAddr", localFullAddr)

slog.Info("Node started", "id", host.ID())

Expand Down

0 comments on commit 77ff298

Please sign in to comment.