Skip to content

Commit

Permalink
chore: regenerate protobufs
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanchriswhite committed Nov 8, 2024
1 parent e02a552 commit 929eb77
Show file tree
Hide file tree
Showing 3 changed files with 123 additions and 30 deletions.
96 changes: 77 additions & 19 deletions api/poktroll/tokenomics/params.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion x/tokenomics/types/message_update_param.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func (msg *MsgUpdateParam) ValidateBasic() error {
}
return ValidateMintAllocationDao(msg.GetAsDouble())
case ParamMintAllocationProposer:
if err := msg.paramTypeIsFloat(); err != nil {
if err := msg.paramTypeIsDouble(); err != nil {
return err
}
return ValidateMintAllocationProposer(msg.GetAsDouble())
Expand Down
55 changes: 45 additions & 10 deletions x/tokenomics/types/params.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 929eb77

Please sign in to comment.