From 6e6a92209c8cfa50f52341b4e1f35119de778534 Mon Sep 17 00:00:00 2001 From: Andrew Chow Date: Tue, 6 Sep 2022 15:56:57 -0400 Subject: [PATCH] psbt: Store m_asset_proof for PSBT_IN_ELEMENTS_ASSET_PROOF --- src/psbt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/psbt.h b/src/psbt.h index b648418cea..0936787853 100644 --- a/src/psbt.h +++ b/src/psbt.h @@ -960,7 +960,7 @@ struct PSBTInput } else if (subkey_len != 1) { throw std::ios_base::failure("Input explicit asset proof is more than one byte type"); } - s >> m_value_proof; + s >> m_asset_proof; break; } case PSBT_ELEMENTS_IN_BLINDED_ISSUANCE: