Merge pull request #328 from braydonf/bug/double-load

Fix bug with double load of bitcore-lib.
This commit is contained in:
Chris Kleeschulte 2015-10-19 14:30:18 -04:00
commit ddab8fddbd
1 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,4 @@
#!/usr/bin/env node
// vi: ft=javascript -*- mode: JavaScript; -*-
var node = require('..');
node.cli.bitcore();
var bitcore = require('../lib/cli/bitcore');
bitcore();