docs(x/genutil): audit genutil (backport #21471) (#21476)

Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
mergify[bot]
2024-08-30 09:43:55 +00:00
committed by GitHub
co-authored by Julien Robert
parent 8486e3a5c7
commit 31b4c2e26b
3 changed files with 6 additions and 3 deletions
-2
View File
@@ -13,8 +13,6 @@ import (
genutiltypes "github.com/cosmos/cosmos-sdk/x/genutil/types"
)
// TODO(serverv2): remove app exporter notion that is server v1 specific
type genesisMM interface {
DefaultGenesis() map[string]json.RawMessage
ValidateGenesis(genesisData map[string]json.RawMessage) error