feat: migrate x/slashing to use app wiring (#12200)
* feat: migrate `x/slashing` to use app wiring * Update proto/cosmos/slashing/module/v1/module.proto
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package cosmos.slashing.module.v1;
|
||||
|
||||
import "cosmos/app/v1alpha1/module.proto";
|
||||
|
||||
// Module is the config object of the slashing module.
|
||||
message Module {
|
||||
option (cosmos.app.v1alpha1.module) = {
|
||||
go_import: "github.com/cosmos/cosmos-sdk/x/slashing"
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user