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
We use a few different versions of *AddressFromBech32 in the code base, which is now deprecated. This should be replaced with use of an address.Codec as per the documentation:
// Deprecated: Use an address.Codec to convert addresses from and to string/bytes.funcAccAddressFromBech32(addressstring) (addrAccAddress, errerror) {
Replace all the instance of these deprecated functions.
The text was updated successfully, but these errors were encountered:
We use a few different versions of
*AddressFromBech32
in the code base, which is now deprecated. This should be replaced with use of an address.Codec as per the documentation:Replace all the instance of these deprecated functions.
The text was updated successfully, but these errors were encountered: