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. ///