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: withdrawal cli for rewards #352

Merged
merged 6 commits into from
Dec 17, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test
  • Loading branch information
samricotta committed Dec 17, 2024
commit 2f6adeb6042994285db9328b6591d59b34d5b38a
Binary file added babylond.tar.gz
Binary file not shown.
1 change: 1 addition & 0 deletions x/incentive/types/msg.go
Original file line number Diff line number Diff line change
@@ -8,4 +8,5 @@ import (
var (
_ sdk.Msg = &MsgWithdrawReward{}
_ sdk.Msg = &MsgUpdateParams{}
_ sdk.Msg = &MsgSetWithdrawAddress{}
)
Loading