Update user_agent docstring
Co-authored-by: Henry de Valence <hdevalence@hdevalence.ca>
This commit is contained in:
parent
c39d2c7510
commit
a4a21138d0
|
@ -56,7 +56,7 @@ pub enum Message {
|
|||
/// to self.
|
||||
nonce: Nonce,
|
||||
|
||||
/// [User Agent](https://github.com/bitcoin/bips/blob/master/bip-0014.mediawiki) (0x00 if string is 0 bytes long)
|
||||
/// The Zcash user agent advertised by the sender.
|
||||
user_agent: String,
|
||||
|
||||
/// The last block received by the emitting node.
|
||||
|
|
Loading…
Reference in New Issue