mirror of
https://github.com/JoinMarket-Org/joinmarket-clientserver.git
synced 2026-08-13 12:33:40 +02:00
fix flake8 warning
This commit is contained in:
parent
33bcbc5713
commit
bdbf62b3c0
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ def main():
|
|||
wallet = open_test_wallet_maybe(
|
||||
wallet_path, wallet_name, max_mix_depth, gap_limit=options.gaplimit)
|
||||
else:
|
||||
raise NotImplemented("Using non-joinmarket wallet is not supported.")
|
||||
raise NotImplementedError("Using non-joinmarket wallet is not supported.")
|
||||
if jm_single().config.get("BLOCKCHAIN",
|
||||
"blockchain_source") == "electrum-server" and options.makercount != 0:
|
||||
jm_single().bc_interface.synctype = "with-script"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue