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
Hello I am running into issues when the TAP_BIP32_DERIVATION field is included within a PSBT.
I understand that this library does not support using the TAP_BIP32_DERIVATION field when the library is used for signing.
However, other wallets use this field for signing, and this library should not fail during signing when the field is present, it should simply ignore the field.
Another issue is that once a signature is present for a PSBT input, this library will not let you remove the TAP_BIP32_DERIVATION field. So you can't avoid the library failing during signing, you are simply doomed.
I feel like this can be handled better. The easiest fix would be to ignore the field, and not blow up.
The text was updated successfully, but these errors were encountered:
Hello I am running into issues when the
TAP_BIP32_DERIVATION
field is included within a PSBT.I understand that this library does not support using the
TAP_BIP32_DERIVATION
field when the library is used for signing.However, other wallets use this field for signing, and this library should not fail during signing when the field is present, it should simply ignore the field.
Another issue is that once a signature is present for a PSBT input, this library will not let you remove the
TAP_BIP32_DERIVATION
field. So you can't avoid the library failing during signing, you are simply doomed.I feel like this can be handled better. The easiest fix would be to ignore the field, and not blow up.
The text was updated successfully, but these errors were encountered: