From ef0b200b8247d71428f6aa472900a188bd9a75a1 Mon Sep 17 00:00:00 2001 From: Henry de Valence Date: Wed, 29 Jul 2020 18:28:33 -0700 Subject: [PATCH] restore Zebras to part of the name, not a comment --- zebra-network/src/constants.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zebra-network/src/constants.rs b/zebra-network/src/constants.rs index 742b48f8..5cfac0e8 100644 --- a/zebra-network/src/constants.rs +++ b/zebra-network/src/constants.rs @@ -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. ///