Rename bcoin to fcoin

This commit is contained in:
Sky Young 2018-05-15 15:04:33 -07:00
parent 0588a5f69d
commit fe2e29d74a
4 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ var log = index.log;
var utils = require('../../utils');
var async = require('async');
var BN = require('bn.js');
var consensus = require('bcoin').consensus;
var consensus = require('fcoin').consensus;
var assert = require('assert');
var constants = require('../../constants');
var bcoin = require('fcoin');

View File

@ -7,7 +7,7 @@ var index = require('../../');
var log = index.log;
var BaseService = require('../../service');
var assert = require('assert');
var Bcoin = require('./bcoin');
var Bcoin = require('./fcoin');
var BcoinTx = require('fcoin').tx;
var Networks = require('flocore-lib').Networks;
var LRU = require('lru-cache');

View File

@ -5,7 +5,7 @@
"node": ">=8.0.0"
},
"author": "BitPay <dev@bitpay.com>",
"version": "5.0.0-beta.52",
"version": "5.0.0-beta.54",
"main": "./index.js",
"repository": "git://github.com/bitpay/flocore-node.git",
"homepage": "https://github.com/bitpay/flocore-node",
@ -32,7 +32,7 @@
"fcoin": "1.0.0-beta.17",
"florincoind-rpc": "0.7.1",
"flocore-lib": "0.15.0",
"flocore-p2p": "5.0.0-beta.2",
"flocore-p2p": "5.0.0-beta.4",
"bn.js": "^4.11.8",
"body-parser": "^1.13.3",
"colors": "^1.1.2",