refactor!: MsgSimulatorFn clean up (#19792)
This commit is contained in:
@@ -41,7 +41,7 @@ type WeightedProposalMsg interface {
|
||||
MsgSimulatorFn() MsgSimulatorFn // msg simulator function
|
||||
}
|
||||
|
||||
type MsgSimulatorFn func(r *rand.Rand, ctx sdk.Context, accs []Account, cdc address.Codec) (sdk.Msg, error)
|
||||
type MsgSimulatorFn func(r *rand.Rand, accs []Account, cdc address.Codec) (sdk.Msg, error)
|
||||
|
||||
type SimValFn func(r *rand.Rand) string
|
||||
|
||||
|
||||
Reference in New Issue
Block a user