tests: Prevent out of sequence refund in test_13_itx_refund

This commit is contained in:
tecnovert
2022-07-21 00:27:22 +02:00
parent fa74b9982c
commit 8b09607083
3 changed files with 26 additions and 14 deletions

View File

@@ -170,12 +170,14 @@ class XmrSplitMsgTypes(IntEnum):
class DebugTypes(IntEnum):
NONE = 0
BID_STOP_AFTER_COIN_A_LOCK = auto()
BID_DONT_SPEND_COIN_A_LOCK_REFUND = auto()
CREATE_INVALID_COIN_B_LOCK = auto()
BUYER_STOP_AFTER_ITX = auto()
MAKE_INVALID_PTX = auto()
DONT_SPEND_ITX = auto()
SKIP_LOCK_TX_REFUND = auto()
def strOfferState(state):