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

Commit

Permalink
Merge pull request #111 from isocolsky/bws_0.1.3
Browse files Browse the repository at this point in the history
Bws 0.1.3
  • Loading branch information
cmgustavo committed Aug 11, 2015
2 parents cc142c4 + d1730a0 commit f4dc94d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"uglify": "^0.1.1"
},
"devDependencies": {
"bitcore-wallet-service": "0.1.2",
"bitcore-wallet-service": "0.1.3",
"chai": "^1.9.1",
"coveralls": "^2.11.2",
"grunt-jsdoc": "^0.5.8",
Expand Down
4 changes: 2 additions & 2 deletions test/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ describe('client API', function() {
x2.creatorName.should.equal('creator');
x2.message.should.equal('hello');
x2.amount.should.equal(30000);
x2.fee.should.equal(3800);
x2.fee.should.equal(3720);
x2.toAddress.should.equal('n2TBMPzPECGUfcT2EByiTJ12TPZkhN2mN5');
x2.hasUnconfirmedInputs.should.equal(false);
done();
Expand Down Expand Up @@ -695,7 +695,7 @@ describe('client API', function() {
should.not.exist(err);
clients[0].getTx(x.id, function(err, x2) {
should.not.exist(err);
x2.fee.should.equal(1300);
x2.fee.should.equal(1290);
done();
});
});
Expand Down

0 comments on commit f4dc94d

Please sign in to comment.