From 6f79f2843d048729d5313e83f526cbf5cb5553ba Mon Sep 17 00:00:00 2001 From: Henry de Valence Date: Tue, 8 Oct 2019 13:58:53 -0700 Subject: [PATCH] Use emojis in user-agent to detect Unicode support. --- 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 b7eaab84..f89c8fe2 100644 --- a/zebra-network/src/constants.rs +++ b/zebra-network/src/constants.rs @@ -4,7 +4,7 @@ use crate::protocol::types::*; /// The User-Agent string provided by the node. -pub const USER_AGENT: &'static str = "Zebra v2.0.0-alpha.0"; +pub const USER_AGENT: &'static str = "🦓Zebra v2.0.0-alpha.0🦓"; /// The Zcash network protocol version used on mainnet. pub const CURRENT_VERSION: Version = Version(170_007);