Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Ethernal committed Jan 17, 2024
1 parent 1afc6d3 commit cf8fdb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network/identity/identity.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ func (i *IdentityService) Hello(_ context.Context, req *proto.Status) (*proto.St
func (i *IdentityService) constructStatus(peerID peer.ID) *proto.Status {
return &proto.Status{
Metadata: map[string]string{
PeerID: i.hostID.Pretty(),
PeerID: i.hostID.String(),
},
Chain: i.chainID,
TemporaryDial: i.baseServer.IsTemporaryDial(peerID),
Expand Down

0 comments on commit cf8fdb4

Please sign in to comment.