Skip to content
Prev Previous commit
Next Next commit
fixed comment
  • Loading branch information
aarshkshah1992 committed May 13, 2020
commit a2bb2ff0aeb06a1ff96c40f3e600ab9fc7c9a7d8
2 changes: 1 addition & 1 deletion p2p/protocol/identify/id_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ func getSignedRecord(t *testing.T, h host.Host, p peer.ID) *record.Envelope {
// we're using BlankHost in our tests, which doesn't automatically generate peer records
// and emit address change events on the bus like BasicHost.
// This generates a record, puts it in the peerstore and emits an addr change event
// will cause the identify service to push it to all peer it's connected to.
// which will cause the identify service to push it to all peers it's connected to.
func emitAddrChangeEvt(t *testing.T, h host.Host) {
t.Helper()

Expand Down