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(