Change miner User Agent to fcoin & update version reported

This commit is contained in:
Sky Young 2018-05-09 14:34:17 -07:00
parent 8e72b51c43
commit 90fc371355
2 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

@ -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';