mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Merge 31a3ff5515 into merged_master (Bitcoin PR bitcoin/bitcoin#30596)
This commit is contained in:
commit
8a93809b0e
3 changed files with 6 additions and 5 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue