zcash: change user agent to 'zfnd-seeder'

This commit is contained in:
George Tankersley 2020-06-01 13:15:49 -04:00
parent cbbc22f78e
commit 716bdf4573
1 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@ var (
)
var defaultPeerConfig = &peer.Config{
UserAgentName: "MagicBean",
UserAgentVersion: "2.1.2",
UserAgentName: "zfnd-seeder",
UserAgentVersion: "0.1.0",
ChainParams: nil,
Services: 0,
TrickleInterval: time.Second * 10,