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

Update tx_witness_data() to return Option<Bytes> #6531

Open
bitzoic opened this issue Sep 11, 2024 · 0 comments
Open

Update tx_witness_data() to return Option<Bytes> #6531

bitzoic opened this issue Sep 11, 2024 · 0 comments
Labels
lib: std Standard library

Comments

@bitzoic
Copy link
Member

bitzoic commented Sep 11, 2024

tx_witness_data() currently returns an Option<T> and does not support ownership types(Bytes, String, Vec, etc). This should instead return an Option<Bytes>.

NOTE: This is a breaking change

@bitzoic bitzoic added the lib: std Standard library label Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lib: std Standard library
Projects
None yet
Development

No branches or pull requests

1 participant