From 7e4a7f6c52a0a577536f0acfab39ee3392b0bf17 Mon Sep 17 00:00:00 2001 From: Adrian Barwicki Date: Sat, 3 Nov 2018 23:03:02 +0100 Subject: [PATCH] updated to the newest version of rest.bitcoin.com --- pandacash-core/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandacash-core/index.js b/pandacash-core/index.js index 6a82870..8f3392e 100644 --- a/pandacash-core/index.js +++ b/pandacash-core/index.js @@ -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);