Bump default user agent to 0.2.0.
This commit is contained in:
parent
0127b3aafe
commit
8733b9c8df
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ import (
|
||||||
const MaxUserAgentLen = 2000
|
const MaxUserAgentLen = 2000
|
||||||
|
|
||||||
// DefaultUserAgent for btcwire in the stack
|
// DefaultUserAgent for btcwire in the stack
|
||||||
const DefaultUserAgent = "/btcwire:0.1.4/"
|
const DefaultUserAgent = "/btcwire:0.2.0/"
|
||||||
|
|
||||||
// MsgVersion implements the Message interface and represents a bitcoin version
|
// MsgVersion implements the Message interface and represents a bitcoin version
|
||||||
// message. It is used for a peer to advertise itself as soon as an outbound
|
// message. It is used for a peer to advertise itself as soon as an outbound
|
||||||
|
|
Loading…
Reference in a new issue