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 33c9591 commit 5745829
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gno.land/pkg/gnoland/node_inmemory.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,12 @@ func NewInMemoryNode(logger *slog.Logger, cfg *InMemoryNodeConfig) (*node.Node,

// Initialize the application with the provided options
gnoApp, err := NewAppWithOptions(&AppOptions{
Logger: logger,
DB: cfg.DB,
EventSwitch: evsw,
InitChainerConfig: cfg.InitChainerConfig,
VMOutput: cfg.VMOutput,
ParamsMaxCacheSize: 100,,
Logger: logger,
DB: cfg.DB,
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 5745829

Please sign in to comment.