restore Zebras to part of the name, not a comment

This commit is contained in:
Henry de Valence 2020-07-29 18:28:33 -07:00
parent d1e0e1abf5
commit ef0b200b82
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ pub const TIMESTAMP_TRUNCATION_SECONDS: i64 = 30 * 60;
/// This must be a valid [BIP 14] user agent.
///
/// [BIP 14]: https://github.com/bitcoin/bips/blob/master/bip-0014.mediawiki
pub const USER_AGENT: &str = "/Zebra:3.0.0-alpha.0(🦓)/";
pub const USER_AGENT: &str = "/🦓Zebra🦓:3.0.0-alpha.0/";
/// The Zcash network protocol version implemented by this crate.
///