Skip to content

Commit

Permalink
Merge d408ebd into 8646e4e
Browse files Browse the repository at this point in the history
  • Loading branch information
kleetus committed Oct 19, 2015
2 parents 8646e4e + d408ebd commit ea98e25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bin/bitcore
@@ -1,5 +1,5 @@
#!/usr/bin/env node
// vi: ft=javascript -*- mode: JavaScript; -*-

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

var node = require('bitcore-node');
node.cli.bitcored();
var bitcored = require('bitcore-node/lib/cli/bitcored');
bitcored();

0 comments on commit ea98e25

Please sign in to comment.