mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
psbt: Store m_asset_proof for PSBT_IN_ELEMENTS_ASSET_PROOF
This commit is contained in:
parent
547b3e30ca
commit
6e6a92209c
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue