[lbry] server: update client version to /btcwire:0.5.0/LBRY.GO:0.12.2/
TODO: double check if lbryd bumps the version.
This commit is contained in:
parent
4ecd4385f5
commit
57bca30a00
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ const (
|
||||||
var (
|
var (
|
||||||
// userAgentName is the user agent name and is used to help identify
|
// userAgentName is the user agent name and is used to help identify
|
||||||
// ourselves to other bitcoin peers.
|
// ourselves to other bitcoin peers.
|
||||||
userAgentName = "btcd"
|
userAgentName = "LBRY.GO"
|
||||||
|
|
||||||
// userAgentVersion is the user agent version and is used to help
|
// userAgentVersion is the user agent version and is used to help
|
||||||
// identify ourselves to other bitcoin peers.
|
// identify ourselves to other bitcoin peers.
|
||||||
|
|
Loading…
Reference in a new issue