Apply suggestions from code review

Co-authored-by: teor <teor@riseup.net>
This commit is contained in:
Conrado Gouvea 2022-03-30 11:15:38 -03:00 committed by GitHub
parent 5638aa676f
commit 7cd3c140ba
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: 170100, // Zcash NU5 mainnet with addrv2
ProtocolVersion: 170100, // Zcash NU5 mainnet
}
var (