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

feat(utxo-lib): add toPsbtBuffer #4957

Merged
merged 1 commit into from
Sep 27, 2024
Merged

Conversation

OttoAllmendinger
Copy link
Contributor

First checks if the input is already a buffer that starts with the magic PSBT
byte sequence. If not, it checks if the input is a base64- or hex-encoded string
that starts with the PSBT header.

This function is useful when reading a file or request that could be in any of
the above formats.

Issue: BTC-1351

First checks if the input is already a buffer that starts with the magic PSBT
byte sequence. If not, it checks if the input is a base64- or hex-encoded string
that starts with the PSBT header.

This function is useful when reading a file or request that could be in any of
the above formats.

Issue: BTC-1351
@OttoAllmendinger OttoAllmendinger marked this pull request as ready for review September 27, 2024 10:04
@OttoAllmendinger OttoAllmendinger requested a review from a team as a code owner September 27, 2024 10:04
@OttoAllmendinger OttoAllmendinger merged commit 09b4423 into master Sep 27, 2024
6 checks passed
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 this pull request may close these issues.

2 participants