Skip to content

Commit a9fc17c

Browse files
authored
remove todos (#304)
1 parent 99bdd87 commit a9fc17c

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

simapp/app/app.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ var (
237237
BaseDenomUnit int64 = 18 // spawntag:evm
238238

239239
BaseDenom = "mydenom"
240-
DisplayDenom = "MY_DENOM_DISPLAY" // TODO: ?
240+
DisplayDenom = "MY_DENOM_DISPLAY"
241241

242242
// Bech32PrefixAccAddr defines the Bech32 prefix of an account's address
243243
Bech32PrefixAccAddr = Bech32Prefix
@@ -363,7 +363,6 @@ func NewChainApp(
363363
baseAppOptions ...func(*baseapp.BaseApp),
364364
) *ChainApp {
365365

366-
// TODO: verify
367366
// interfaceRegistry := GetInterfaceRegistry() // ?spawntag:evm
368367
// appCodec := codec.NewProtoCodec(interfaceRegistry) // ?spawntag:evm
369368
// legacyAmino := codec.NewLegacyAmino() // ?spawntag:evm

spawn/cfg.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,6 @@ func (cfg *NewChainConfig) SetupInterchainTest() error {
315315
})
316316
}
317317

318-
// TODO: allow selecting for other chains to generate from (ethos, saga)
319318
// SetupLocalInterchainJSON sets up the local-interchain testnets configuration files.
320319
func (cfg *NewChainConfig) SetupLocalInterchainJSON() {
321320

spawn/remove_features.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ func (fc *FileContent) RemoveEVM() {
209209

210210
fc.HandleAllTagged(text)
211211

212-
// TODO: ante/ ?
213212
fc.DeleteFile(path.Join("app", "config.go"))
214213
fc.DeleteFile(path.Join("app", "token_pair.go"))
215214
fc.DeleteFile(path.Join("app", "precompiles.go"))
@@ -351,7 +350,6 @@ func (fc *FileContent) RemoveMint() {
351350
text := "mint"
352351
fc.HandleAllTagged(text)
353352

354-
// TODO: Fix this so it does not break
355353
fc.RemoveModuleFromText("MintKeeper", appGo)
356354
fc.RemoveModuleFromText("mintkeeper", appGo)
357355
fc.RemoveLineWithAnyMatch("minttypes.")

0 commit comments

Comments
 (0)