mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-27 23:55:49 +00:00
optimize AutobridgeCalculator and Amount for speed
This commit is contained in:
@@ -1706,7 +1706,7 @@ describe('OrderBook', function() {
|
||||
setTimeout(function() {
|
||||
assert.strictEqual(numModelEvents, 1);
|
||||
done();
|
||||
}, 300)
|
||||
}, 300);
|
||||
});
|
||||
|
||||
it('Notify - deleted node - trade', function(done) {
|
||||
|
||||
Reference in New Issue
Block a user