Skip to content

Commit

Permalink
hot-fix as new versions of go-libp2p don't expose the Transient stat
Browse files Browse the repository at this point in the history
  • Loading branch information
cortze committed Sep 24, 2024
1 parent 6609354 commit 25dfcc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion host/host.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func (h *Host) Serve(ctx context.Context) error {
AgentVersion: h.AgentVersion(c.RemotePeer()),
Direction: c.Stat().Direction.String(),
Opened: c.Stat().Opened,
Transient: c.Stat().Transient,
// Transient: c.Stat().Transient,
},
}

Expand Down

0 comments on commit 25dfcc6

Please sign in to comment.