diff --git a/cmd/interchain-security-pd/cmd/root.go b/cmd/interchain-security-pd/cmd/root.go index f053e2ea04..5d22aca9f1 100644 --- a/cmd/interchain-security-pd/cmd/root.go +++ b/cmd/interchain-security-pd/cmd/root.go @@ -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 }