Add a pre-generated address to the shared branch
This commit is contained in:
parent
aa8211a40e
commit
fdabdc64fe
5 changed files with 18 additions and 7 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue