libp2p / go-libp2p-pubsub

The PubSub implementation for go-libp2p
https://github.com/libp2p/specs/tree/master/pubsub
Other
323 stars 187 forks source link

chore: ignore signing keys during WithLocalPublication publishing #497

Closed vgonkivs closed 1 year ago

vgonkivs commented 2 years ago

We can ignore signing keys as there is no sense to verify ourselves during local publication.

Wondertan commented 1 year ago

@vyzo, what do you think of this change?