psbt: Store m_asset_proof for PSBT_IN_ELEMENTS_ASSET_PROOF

This commit is contained in:
Andrew Chow 2022-09-06 15:56:57 -04:00
parent 547b3e30ca
commit 6e6a92209c

View file

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