Use emojis in user-agent to detect Unicode support.

This commit is contained in:
Henry de Valence 2019-10-08 13:58:53 -07:00 committed by Deirdre Connolly
parent f284f6d6cf
commit 6f79f2843d
1 changed files with 1 additions and 1 deletions

View File

@ -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);