This commit is contained in:
Daniel Lugo 2020-02-28 16:56:41 -04:00
parent 7ddf7c82f3
commit dc0dc9e847

View file

@ -55,6 +55,7 @@ const listenerForAddr = (addr, SEA) => async (order, orderID) => {
.then()
if (alreadyAnswered) {
logger.info('this order is already answered, quitting')
return
}