qa: remove an unused variable in test_update_spend

The new PSBT implementation brought it to light.
This commit is contained in:
Antoine Poinsot 2022-10-19 12:05:31 +02:00
parent af9f0aeaed
commit b89401e583
No known key found for this signature in database
GPG Key ID: E13FC145CD3F4304

View File

@ -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(