From b89401e5835b94f7e5341028357b11db69f8e37d Mon Sep 17 00:00:00 2001 From: Antoine Poinsot Date: Wed, 19 Oct 2022 12:05:31 +0200 Subject: [PATCH] qa: remove an unused variable in test_update_spend The new PSBT implementation brought it to light. --- tests/test_rpc.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/test_rpc.py b/tests/test_rpc.py index e3892dbb..935f5e2c 100644 --- a/tests/test_rpc.py +++ b/tests/test_rpc.py @@ -187,9 +187,6 @@ def test_update_spend(minisafed, bitcoind): assert len(list_res) == 1 assert list_res[0]["psbt"] == res["psbt"] - # Keep a copy for later. - psbt_no_sig = PSBT.from_base64(res["psbt"]) - # We can add a signature and update it psbt_sig_a = PSBT.from_base64(res["psbt"]) dummy_pk_a = bytes.fromhex(