Merge pull request #623 from matiu/feature/livenet2

Feature/livenet2
This commit is contained in:
Gustavo Maximiliano Cortez 2014-06-09 18:10:51 -03:00
commit 43806a5825
6 changed files with 38 additions and 7 deletions

View file

@ -474,5 +474,9 @@ describe('Wallet model', function() {
});
});
});
it('#getNetworkName', function() {
var w = createW();
w.getNetworkName().should.equal('testnet');
});
});