Skip to content

Commit

Permalink
Enable escrow by default
Browse files Browse the repository at this point in the history
Signed-off-by: alfred richardsn <rchrdsn@protonmail.ch>
  • Loading branch information
r4rdsn committed Nov 22, 2019
1 parent 71e5238 commit 9e4fa24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class Config:
ORDERS_LIMIT_HOURS: int
ORDERS_LIMIT_COUNT: int

ESCROW_ENABLED: bool
ESCROW_ENABLED: bool = True
WIF_FILENAME: str
OP_CHECK_TIMEOUT_HOURS: int

Expand Down

0 comments on commit 9e4fa24

Please sign in to comment.