particl: Can swap PARTct -> XMR

This commit is contained in:
tecnovert
2021-11-01 15:52:40 +02:00
parent 1ef71ea79b
commit 6e82961da9
19 changed files with 1807 additions and 296 deletions

View File

@@ -371,7 +371,3 @@ def isActiveBidState(state):
if state == BidStates.XMR_SWAP_SCRIPT_TX_REDEEMED:
return True
return False
class TemporaryError(ValueError):
pass