Fix spacing, update user-agent version to an alpha

This commit is contained in:
teor 2021-05-06 13:07:04 +10:00 committed by Deirdre Connolly
parent d74b784a53
commit a3c1086158
1 changed files with 6 additions and 6 deletions

View File

@ -28,7 +28,7 @@ var (
var defaultPeerConfig = &peer.Config{
UserAgentName: "zfnd-seeder",
UserAgentVersion: "0.1.2",
UserAgentVersion: "0.1.3-alpha.1",
ChainParams: nil,
Services: 0,
TrickleInterval: time.Second * 10,