zcash: update client parameters for current testnet

This commit is contained in:
George Tankersley 2020-05-23 17:10:20 -04:00
parent e9ea4b8658
commit f6c1b71dd0
1 changed files with 2 additions and 2 deletions

View File

@ -28,11 +28,11 @@ var (
var defaultPeerConfig = &peer.Config{
UserAgentName: "MagicBean",
UserAgentVersion: "2.0.7",
UserAgentVersion: "2.1.2",
ChainParams: nil,
Services: 0,
TrickleInterval: time.Second * 10,
ProtocolVersion: 170009, // Blossom
ProtocolVersion: 170011, // Heartwood
}
var (