Set network protocol version to NU5 testnet (second activation) (#13)

This commit is contained in:
teor 2021-09-30 07:52:27 +10:00 committed by GitHub
parent d06375002d
commit bdffa21e23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ var (
var defaultPeerConfig = &peer.Config{
UserAgentName: "zfnd-seeder",
UserAgentVersion: "0.1.3-alpha.2",
UserAgentVersion: "0.1.3-alpha.3",
ChainParams: nil,
Services: 0,
TrickleInterval: time.Second * 10,
@ -39,8 +39,8 @@ var defaultPeerConfig = &peer.Config{
//
// TODO: fork https://github.com/gtank/btcd/blob/master/peer/peer.go
// and set MinAcceptableProtocolVersion based on the most recently activated network upgrade
// see ticket #10 for details
ProtocolVersion: 170014, // Zcash NU5 testnet
// see ticket #10 for details
ProtocolVersion: 170015, // Zcash NU5 testnet (second activation)
}
var (