From bdbf62b3c0f619572554007b8936d3b2b620c61f Mon Sep 17 00:00:00 2001 From: undeath Date: Sat, 27 Oct 2018 14:01:14 +0200 Subject: [PATCH] fix flake8 warning --- scripts/sendpayment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/sendpayment.py b/scripts/sendpayment.py index 85b3b76..f6c6b8f 100644 --- a/scripts/sendpayment.py +++ b/scripts/sendpayment.py @@ -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"