refactor!: MsgSimulatorFn clean up (#19792)

This commit is contained in:
Julián Toledano
2024-03-20 10:21:00 +00:00
committed by GitHub
parent 3ed9f7fc69
commit 0c2decd7cd
23 changed files with 29 additions and 36 deletions
+1 -1
View File
@@ -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