cosmos-sdk/types/bech32
Assaf Morami ee04dd7878
support multisig bech32 address decoding (#6237)
* support multisig bech32 address parsing

* Increase bech32 length limit to 250

* Increase max bech32 address size to 1023 (the max length that supports the checksum)

* Update go.mod

* Update go.mod to point to the updated enigmampc/btcutil
2020-07-23 16:53:47 +00:00
..
bech32.go support multisig bech32 address decoding (#6237) 2020-07-23 16:53:47 +00:00
bech32_test.go