We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace LegacyAmino.RegisterConcrete calls in x/{module}/types/codec.go to legacy.RegisterAminoMsg(
LegacyAmino.RegisterConcrete
x/{module}/types/codec.go
legacy.RegisterAminoMsg(
As amino breaks if the msgName contains more than 40 characters, which is already the case for btcstaking/MsgAddBTCDelegationInclusionProof that contains 44 chars
Not sure if this would be consensus/API breaking
The text was updated successfully, but these errors were encountered:
cosmos/cosmos-sdk#10870
Sorry, something went wrong.
Vvaradinov
No branches or pull requests
Replace
LegacyAmino.RegisterConcrete
calls inx/{module}/types/codec.go
tolegacy.RegisterAminoMsg(
As amino breaks if the msgName contains more than 40 characters, which is already the case for btcstaking/MsgAddBTCDelegationInclusionProof that contains 44 chars
Not sure if this would be consensus/API breaking
The text was updated successfully, but these errors were encountered: