mirror of
https://github.com/basicswap/basicswap.git
synced 2025-03-12 09:38:03 +00:00
Fix lint error.
This commit is contained in:
parent
e6c79a6743
commit
a01202dcb2
1 changed files with 1 additions and 0 deletions
|
@ -156,6 +156,7 @@ MINPROTO_VERSION_ADAPTOR_SIG = 4
|
|||
MINPROTO_VERSION = min(MINPROTO_VERSION_SECRET_HASH, MINPROTO_VERSION_ADAPTOR_SIG)
|
||||
MAXPROTO_VERSION = 10
|
||||
|
||||
|
||||
def validOfferStateToReceiveBid(offer_state):
|
||||
if offer_state == OfferStates.OFFER_RECEIVED:
|
||||
return True
|
||||
|
|
Loading…
Reference in a new issue