fix error and improve performance

This commit is contained in:
Yemel Jardi 2014-06-26 10:47:39 -03:00
parent a1fe7b3d7d
commit 80499af194
1 changed files with 4 additions and 3 deletions

View File

@ -534,11 +534,12 @@ describe('Wallet model', function() {
}, },
]; ];
var roundWallet = cachedCreateW2();
roundErrorChecks.forEach(function(c) { roundErrorChecks.forEach(function(c) {
it('check rounding errors ' + c.unspent[0], function(done) { it('#getBalance should handle rounding errors: ' + c.unspent[0], function(done) {
var w = cachedCreateW2(); var w = roundWallet;
w.generateAddress(); //w.generateAddress();
w.blockchain.fixUnspent(c.unspent.map(function(u) { w.blockchain.fixUnspent(c.unspent.map(function(u) {
return { return {
amount: u amount: u