From 4faa0ce679d67b69f0165b73532b34a19757693f Mon Sep 17 00:00:00 2001 From: Daniel Cousens Date: Tue, 18 Oct 2016 16:21:45 +1100 Subject: [PATCH] _blockchain: a social experiment --- test/integration/_blockchain.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/_blockchain.js b/test/integration/_blockchain.js index e414b03..f17c1b8 100644 --- a/test/integration/_blockchain.js +++ b/test/integration/_blockchain.js @@ -9,7 +9,7 @@ var mainnet = new Blockchain('https://api.blocktrail.com/cb/v0.2.1/BTC', { api_k var testnet = new Blockchain('https://api.blocktrail.com/cb/v0.2.1/tBTC', { api_key: BLOCKTRAIL_API_KEY }) var kpNetwork = bitcoin.networks.testnet -var keyPair = bitcoin.ECPair.fromWIF(process.env.BITCOINJS_TESTNET_WIF, kpNetwork) +var keyPair = bitcoin.ECPair.fromWIF('cQqjeq2rxqwnqwMewJhkNtJDixtX8ctA4bYoWHdxY4xRPVvAEjmk', kpNetwork) var kpAddress = keyPair.getAddress() function fundAddress (unspents, outputs, callback) {