You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NOTE: By adding the PSBT_ELEMENTS_IN_BLINDED_ISSUANCE input field, we don't need the argument issuanceInputBlindingArgs in generator.blindOutputs anymore.
That argument was needed to know if an input issuance (ONLY issuance, not reissuance) is blinded or not. Now, we can know this directly from the partial input field.
The spec now defines 3 new per-input proprietary fields that must be added to our implementation:
PSBT_ELEMENTS_IN_EXPLICIT_ASSET
PSBT_ELEMENTS_IN_ASSET_PROOF
PSBT_ELEMENTS_IN_BLINDED_ISSUANCE
The text was updated successfully, but these errors were encountered: