mirror of
https://github.com/basicswap/basicswap.git
synced 2024-12-22 19:49:20 +00:00
This commit is contained in:
parent
6e0f6dabe4
commit
893fc87b28
1 changed files with 1 additions and 1 deletions
|
@ -617,7 +617,7 @@ def main():
|
||||||
)
|
)
|
||||||
runClient(fp, data_dir, chain, start_only_coins)
|
runClient(fp, data_dir, chain, start_only_coins)
|
||||||
|
|
||||||
logger.info("Done.")
|
print("Done.")
|
||||||
return swap_client.fail_code if swap_client is not None else 0
|
return swap_client.fail_code if swap_client is not None else 0
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue