Skip to content

Commit

Permalink
updated to the newest version of rest.bitcoin.com
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianbarwicki committed Nov 3, 2018
1 parent 693f00b commit 7e4a7f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandacash-core/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ console.log(options);
const BITBOXSDK = require('bitbox-sdk/lib/bitbox-sdk');
const BITBOX = new BITBOXSDK.default();

const REST_APP = path.dirname(require.resolve('rest.bitcoin.com/package.json')) + '/app.js';
const REST_APP = path.dirname(require.resolve('rest.bitcoin.com/package.json')) + '/dist/app.js';

const mnemonic = options.mnemonic || generateSeedMnemonic();
const keyPairs = generateSeedKeyPairs(mnemonic, options.totalAccounts);
Expand Down

0 comments on commit 7e4a7f6

Please sign in to comment.