Skip to content
New issue

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

fix(feemarket): Moving all proto to use single module design #19

Merged
merged 2 commits into from
Nov 14, 2023

Conversation

davidterpay
Copy link
Contributor

No description provided.

@@ -17,7 +16,6 @@ func RegisterLegacyAminoCodec(cdc *codec.LegacyAmino) {
legacy.RegisterAminoMsg(cdc, &MsgParams{}, "feemarket/MsgParams")

cdc.RegisterInterface((*interfaces.FeeMarketImplementation)(nil), nil)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can remove FeeMarketImplementationentirely

@davidterpay davidterpay merged commit cc35e77 into main Nov 14, 2023
@davidterpay davidterpay deleted the terpay/proto-update branch November 14, 2023 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants