mirror of
https://github.com/embarklabs/subspace.git
synced 2025-02-12 22:57:05 +00:00
clean up eventSyncer code
This commit is contained in:
parent
08ba467781
commit
46ff136129
@ -1,6 +1,7 @@
|
||||
const { fromEvent, interval, ReplaySubject } = require('rxjs');
|
||||
const { throttle, distinctUntilChanged } = require('rxjs/operators');
|
||||
const { randomString } = require('./utils.js');
|
||||
|
||||
const Database = require('./database.js');
|
||||
const Events = require('events');
|
||||
const Web3 = require('web3');
|
||||
@ -100,4 +101,4 @@ class EventSyncer {
|
||||
|
||||
}
|
||||
|
||||
module.exports = EventSyncer;
|
||||
module.exports = EventSyncer;
|
||||
|
Loading…
x
Reference in New Issue
Block a user