Use emojis in user-agent to detect Unicode support.
This commit is contained in:
parent
f284f6d6cf
commit
6f79f2843d
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue