automation: Accept multiple concurrent bids.

This commit is contained in:
tecnovert
2022-06-08 22:21:46 +02:00
parent d909115ea4
commit 89c60851ac
6 changed files with 101 additions and 19 deletions

View File

@@ -156,6 +156,7 @@ class EventLogTypes(IntEnum):
LOCK_TX_A_REFUND_TX_SEEN = auto()
LOCK_TX_A_REFUND_SPEND_TX_SEEN = auto()
ERROR = auto()
AUTOMATION_CONSTRAINT = auto()
class XmrSplitMsgTypes(IntEnum):