-
Notifications
You must be signed in to change notification settings - Fork 146
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
fix: psbt bare utxo signing #4060
Conversation
fc26bc7
to
3ae0dc4
Compare
3ae0dc4
to
d89e02e
Compare
d89e02e
to
df2fd08
Compare
df2fd08
to
7dd976c
Compare
7dd976c
to
ec7ae7b
Compare
ec7ae7b
to
cc1881e
Compare
@kyranjamie what do you think about this response? |
Where does |
|
cc1881e
to
3053545
Compare
3053545
to
2858a2e
Compare
2858a2e
to
060168b
Compare
Solution to handle bare UTXO signing.
The app has to initialize the tx with
disableScriptCheck: true
, and the changes here would handle getting the address from script type 'ms' w/out errors.Todo:
EDIT: Issue opened here: paulmillr/scure-btc-signer#55