fix error and improve performance
This commit is contained in:
parent
a1fe7b3d7d
commit
80499af194
1 changed files with 4 additions and 3 deletions
|
|
@ -534,11 +534,12 @@ describe('Wallet model', function() {
|
|||
},
|
||||
|
||||
];
|
||||
var roundWallet = cachedCreateW2();
|
||||
|
||||
roundErrorChecks.forEach(function(c) {
|
||||
it('check rounding errors ' + c.unspent[0], function(done) {
|
||||
var w = cachedCreateW2();
|
||||
w.generateAddress();
|
||||
it('#getBalance should handle rounding errors: ' + c.unspent[0], function(done) {
|
||||
var w = roundWallet;
|
||||
//w.generateAddress();
|
||||
w.blockchain.fixUnspent(c.unspent.map(function(u) {
|
||||
return {
|
||||
amount: u
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue