You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think bech32 computes and verifies checksum by default. Doesn't it?
I'm fairly certain these are two different formats (they even have different polymod generators). This is used for creating a bitcoin-core specific checksum of an output descriptor that is used quite often and afaik is only accessible via an rpc call unless you implement it yourself. More about this here: https://github.com/bitcoin/bitcoin/blob/master/doc/descriptors.md#checksums
I don't want to interfere with the code base but it'd be useful to have this added
adapted from bitcoin core:
The text was updated successfully, but these errors were encountered: