Skip to content
This repository was archived by the owner on Apr 3, 2019. It is now read-only.

Commit a3e1fc6

Browse files
committed
Merge pull request #139 from matiu/bug/fix-deps
fix deps and regresion
2 parents 22542ee + 8169957 commit a3e1fc6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "bitcore-wallet-service",
33
"description": "A service for Mutisig HD Bitcoin Wallets",
44
"author": "BitPay Inc",
5-
"version": "0.0.4",
5+
"version": "0.0.5",
66
"keywords": [
77
"bitcoin",
88
"copay",
@@ -20,7 +20,7 @@
2020
"dependencies": {
2121
"async": "^0.9.0",
2222
"bitcore": "^0.11.2",
23-
"bitcore-wallet-utils": "0.0.2",
23+
"bitcore-wallet-utils": "0.0.3",
2424
"bitcore-explorers": "^0.9.1",
2525
"body-parser": "^1.11.0",
2626
"coveralls": "^2.11.2",

test/integration/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@ describe('Copay server', function() {
856856

857857
it('should create a tx using the uxtos with minimum amount first', function(done) {
858858
helpers.stubUtxos(server, wallet, [100, 200, 300], function() {
859-
var txOpts = helpers.createProposalOpts('18PzpUFkFZE8zKWUPvfykkTxmB9oMR8qP7', 150, 'some message', TestData.copayers[0].privKey);
859+
var txOpts = helpers.createProposalOpts('18PzpUFkFZE8zKWUPvfykkTxmB9oMR8qP7', 150, 'some message', TestData.copayers[0].privKey_1H_0);
860860
server.createTx(txOpts, function(err, tx) {
861861
should.not.exist(err);
862862
should.exist(tx);

0 commit comments

Comments
 (0)