Merge pull request #333 from matiu/bug/fix-tests

fix tests
This commit is contained in:
Matias Alejo Garcia 2014-02-14 19:29:29 -02:00
commit b8536dfff3
2 changed files with 1 additions and 11 deletions

View File

@ -46,7 +46,7 @@
"balance": 1199.74393853,
"totalReceived": 1199.74393853,
"totalSent": 0,
"txApperances": 5763
"txApperances": 6049
},
{
"addr": "mjRmkmYzvZN3cA3aBKJgYJ65epn3WCG84H",

View File

@ -28,16 +28,6 @@ describe('Status', function(){
});
});
it('getTxOutSetInfo', function(done) {
var d = new Status();
d.getTxOutSetInfo(function(err) {
if (err) done(err);
assert.equal('number', typeof d.txoutsetinfo.txouts);
done();
});
});
it('getLastBlockHash', function(done) {
var d = new Status();