Apply suggestions from code review

Co-authored-by: teor <teor@riseup.net>
This commit is contained in:
Conrado Gouvea 2021-11-17 12:15:04 -03:00 committed by GitHub
parent 5f307cc101
commit 0cc269a197
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ 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: 170015, // Zcash NU5 testnet (second activation)
ProtocolVersion: 170017, // Zcash NU5 mainnet with addrv2
}
var (