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
This is awkward in the documentation since we have to pass in a codec but then might overwrite it with SetTxDecoder. I think we should either pass in a TxDecoder and remove SetTxDecode, or not pass in anything and just use SetTxDecoder (and maybe expose a AminoTxDecoder(cdc *wire.Codec) TxDecoder
The text was updated successfully, but these errors were encountered:
This is awkward in the documentation since we have to pass in a codec but then might overwrite it with SetTxDecoder. I think we should either pass in a TxDecoder and remove SetTxDecode, or not pass in anything and just use SetTxDecoder (and maybe expose a
AminoTxDecoder(cdc *wire.Codec) TxDecoder
The text was updated successfully, but these errors were encountered: