* 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
* bring over bech32 from tendermint * fix spacing * address comment * change to fmt.Errorf * space dem comments * remove err cheks