mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
Fix orderbook notification while disconnected
This commit is contained in:
@@ -712,6 +712,8 @@ describe('Remote', function() {
|
||||
});
|
||||
|
||||
orderbook._subscribed = true;
|
||||
orderbook._synced = true;
|
||||
|
||||
orderbook.once('transaction', function(t) {
|
||||
assert.deepEqual(t.transaction, message.transaction);
|
||||
assert.deepEqual(t.meta, message.meta);
|
||||
|
||||
Reference in New Issue
Block a user