Merge 31a3ff5515 into merged_master (Bitcoin PR bitcoin/bitcoin#30596)

This commit is contained in:
ivanlele 2026-03-11 13:47:51 +00:00
commit 8a93809b0e
No known key found for this signature in database
3 changed files with 6 additions and 5 deletions

View file

@ -16,9 +16,6 @@ namespace bech32
typedef std::vector<uint8_t> data;
/** The Bech32 and Bech32m checksum size */
constexpr size_t CHECKSUM_SIZE = 6;
/** The Bech32 and Bech32m character set for encoding. */
const char* CHARSET = "qpzry9x8gf2tvdw0s3jn54khce6mua7l";