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

R4R: Community pool spend proposal #4329

Merged
merged 17 commits into from
May 21, 2019
Prev Previous commit
Next Next commit
Update x/distribution/client/rest/rest.go
Co-Authored-By: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>
  • Loading branch information
cwgoes and alexanderbez authored May 20, 2019
commit c4541150fb7fc10f1d981d6ffb762b6d591672c1
2 changes: 1 addition & 1 deletion x/distribution/client/rest/rest.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func RegisterRoutes(cliCtx context.CLIContext, r *mux.Router, cdc *codec.Codec,
// ProposalRESTHandler returns a ProposalRESTHandler that exposes the community pool spend REST handler with a given sub-route.
func ProposalRESTHandler(cliCtx context.CLIContext, cdc *codec.Codec) govrest.ProposalRESTHandler {
return govrest.ProposalRESTHandler{
SubRoute: "param_change",
SubRoute: "community-pool-spend",
Handler: postProposalHandlerFn(cdc, cliCtx),
}
}
Expand Down