Fix bug with double load of bitcore-lib.

This commit is contained in:
Braydon Fuller 2015-10-19 13:45:35 -04:00
parent 76ecf74b3f
commit 82c6087fe2

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();