Skip to content

Commit

Permalink
chore: fixup
Browse files Browse the repository at this point in the history
Signed-off-by: moul <[email protected]>
  • Loading branch information
moul committed Nov 15, 2024
1 parent a62c919 commit 4ad3a8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions gno.land/pkg/gnoland/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ func NewApp(
GenesisTxResultHandler: PanicOnFailingTxResultHandler,
StdlibDir: filepath.Join(gnoenv.RootDir(), "gnovm", "stdlibs"),
},
ParamsMaxCacheSize: 100,
}
if skipFailingGenesisTxs {
cfg.GenesisTxResultHandler = NoopGenesisTxResultHandler
Expand Down
1 change: 1 addition & 0 deletions gno.land/pkg/gnoland/node_inmemory.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ func NewInMemoryNode(logger *slog.Logger, cfg *InMemoryNodeConfig) (*node.Node,
EventSwitch: evsw,
InitChainerConfig: cfg.InitChainerConfig,
VMOutput: cfg.VMOutput,
ParamsMaxCacheSize: 100,,
})
if err != nil {
return nil, fmt.Errorf("error initializing new app: %w", err)
Expand Down

0 comments on commit 4ad3a8c

Please sign in to comment.