Skip to content

Commit

Permalink
[fixed] slashing unjail works; proposal submission works
Browse files Browse the repository at this point in the history
  • Loading branch information
MSalopek committed Nov 11, 2023
1 parent 6677814 commit 07b5f69
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmd/interchain-security-pd/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,10 @@ func txCommand() *cobra.Command {
authcmd.GetSimulateCmd(),
)

// NOTE: this must be registered for now so that submit-legacy-proposal
// message can be routed to the provider handler and processed correctly.
providerApp.ModuleBasics.AddTxCommands(cmd)

return cmd
}

Expand Down

0 comments on commit 07b5f69

Please sign in to comment.