adds logging of the slotState when removing slots during validation
This commit is contained in:
parent
fe477e2659
commit
61f146b0ea
|
@ -85,7 +85,7 @@ proc removeSlotsThatHaveEnded(validation: Validation) {.async.} =
|
|||
let state = await validation.market.slotState(slotId)
|
||||
if state != SlotState.Filled:
|
||||
trace "Removing slot", slotId, groups = validation.config.groups,
|
||||
groupIndex = validation.config.groupIndex
|
||||
groupIndex = validation.config.groupIndex, slotState = state
|
||||
ended.incl(slotId)
|
||||
validation.slots.excl(ended)
|
||||
|
||||
|
|
Loading…
Reference in New Issue