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
Attempting to spend to a taproot address in the coordinator leads to the following error being logged to the console, and the transaction is not built.
Uncaught Error: tb1p62u63udffnxxuzmeltax7ydqex4adqatp528dlgwy6tjmy4vlsxq4f0qwm has no matching Script
at Object.toOutputScript (bitcoinjs-lib.js?v=19c05fc2:1902:13)
at _TransactionBuilder.addOutput (bitcoinjs-lib.js?v=19c05fc2:4515:35)
at unsignedMultisigTransaction (index.mjs:5484:24)
at finalizeOutputs (transactionReducer.js:293:27)
at default (transactionReducer.js:426:14)
at combination (chunk-FTCXWY4J.js?v=d49f6ef0:325:29)
at combination (chunk-FTCXWY4J.js?v=d49f6ef0:325:29)
at rootReducer (index.js:52:10)
at dispatch (chunk-FTCXWY4J.js?v=d49f6ef0:174:22)
at redux-thunk.js?v=659977c3:15:16
Attempting to spend to a taproot address in the coordinator leads to the following error being logged to the console, and the transaction is not built.
I think bitcoinjs-lib needs updated to version 6+
https://github.com/bitcoinjs/bitcoinjs-lib/blob/master/CHANGELOG.md
The text was updated successfully, but these errors were encountered: