Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pay to taproot transactions can not be authored #47

Open
dylan-thompson opened this issue Mar 12, 2024 · 0 comments
Open

Pay to taproot transactions can not be authored #47

dylan-thompson opened this issue Mar 12, 2024 · 0 comments

Comments

@dylan-thompson
Copy link
Contributor

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

I think bitcoinjs-lib needs updated to version 6+
https://github.com/bitcoinjs/bitcoinjs-lib/blob/master/CHANGELOG.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants