diff --git a/zcash/client.go b/zcash/client.go index ccb73fc..03948d1 100644 --- a/zcash/client.go +++ b/zcash/client.go @@ -32,7 +32,7 @@ var defaultPeerConfig = &peer.Config{ ChainParams: nil, Services: 0, TrickleInterval: time.Second * 10, - ProtocolVersion: 170011, // Heartwood + ProtocolVersion: 170015, // NU5 mainnet } var (