mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 14:16:21 +00:00
7 lines
289 B
Go
7 lines
289 B
Go
|
// Publisher periodically publishes an info about itself on a known channel.
|
||
|
// This channel is a particular topic calculated from the public key.
|
||
|
// It is required for other peers to start a secure conversation immediately
|
||
|
// using distibuted data through the channel.
|
||
|
|
||
|
package publisher
|