ignore markets for slot diff restart
This commit is contained in:
@@ -391,6 +391,7 @@ const main = async () => {
|
||||
|
||||
const dlobSubscriber = new DLOBSubscriberIO({
|
||||
driftClient,
|
||||
env: driftEnv,
|
||||
dlobSource: dlobProvider,
|
||||
slotSource,
|
||||
updateFrequency: ORDERBOOK_UPDATE_INTERVAL,
|
||||
|
||||
@@ -81,7 +81,6 @@ const main = async () => {
|
||||
|
||||
await driftClient.subscribe();
|
||||
driftClient.eventEmitter.on('error', (e) => {
|
||||
logger.info('clearing house error');
|
||||
logger.error(e);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user