Change miner User Agent to fcoin & update version reported
This commit is contained in:
parent
8e72b51c43
commit
90fc371355
@ -134,7 +134,7 @@ exports.REQUIRED_SERVICES = 0
|
||||
* @default
|
||||
*/
|
||||
|
||||
exports.USER_AGENT = `/bcoin:${pkg.version}/`;
|
||||
exports.USER_AGENT = `/fcoin:${pkg.version}/`;
|
||||
|
||||
/**
|
||||
* Max message size (~4mb with segwit, formerly 2mb)
|
||||
|
||||
@ -11,11 +11,11 @@
|
||||
* @const {String}
|
||||
*/
|
||||
|
||||
exports.version = 'v1.0.0-beta.14';
|
||||
exports.version = 'v1.0.0-beta.16';
|
||||
|
||||
/**
|
||||
* Repository URL.
|
||||
* @const {String}
|
||||
*/
|
||||
|
||||
exports.url = 'https://github.com/bcoin-org/bcoin';
|
||||
exports.url = 'https://github.com/oipwg/fcoin';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user