It seems like there are some missing type conversions in the example python code for taproot_tweak_seckey.
Changes made:
- Convert seckey0 to bytes at the start of the function.
- Return the output as bytes for consistency with the rest of the code.
It seems like there are some missing type conversions in the example python code for taproot_tweak_seckey.
Changes made:
Convert seckey0 to bytes at the start of the function.
Return the output as bytes for consistency with the rest of the code.
Thanks @DariusParvin
ACK 3cdfe1bd16f730b906a27fff3407f550ea2d3db7