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

Use bitcoin-ffi types instead of redefining them in the payjoin_ffi::bitcoin module #3

Open
DanGould opened this issue Nov 12, 2024 · 0 comments · May be fixed by #4
Open

Use bitcoin-ffi types instead of redefining them in the payjoin_ffi::bitcoin module #3

DanGould opened this issue Nov 12, 2024 · 0 comments · May be fixed by #4

Comments

@DanGould
Copy link

bitcoin-ffi defines most of the bitcoin types we need: OutPoint, TxIn, TxOut, Network, and Script[Buf]

It's missing PsbtInput, and payjoin-ffi uses a PsbtInput hack with only the relevant fields, anyway.

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

Successfully merging a pull request may close this issue.

1 participant