mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-26 21:42:48 +01:00
Bumps user agent to 1.9.1 (#4226)
* Make user agent dynamic based on version number * Revert to static version
This commit is contained in:
parent
00bce5adae
commit
22051d2550
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
package org.bitcoins.node.constant
|
||||
|
||||
case object NodeConstants {
|
||||
val userAgent = "/Bitcoin-S:1.8.0/"
|
||||
val userAgent = "/bitcoin-s:1.9.1/"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue