Add a pre-generated address to the shared branch

This commit is contained in:
Yemel Jardi 2014-07-31 16:13:27 -03:00
commit fdabdc64fe
5 changed files with 18 additions and 7 deletions

View file

@ -594,7 +594,7 @@ describe('Wallet model', function() {
it('should get balance', function(done) {
var w = createW();
var w = createW2();
var spy = sinon.spy(w.blockchain, 'getUnspent');
w.blockchain.fixUnspent([]);
w.getBalance(function(err, balance, balanceByAddr, safeBalance) {