Skip to content

Commit

Permalink
Merge branch 'master' into hariom/addpkg-respect-gnomod
Browse files Browse the repository at this point in the history
  • Loading branch information
harry-hov authored Dec 4, 2023
2 parents a52c741 + 726349d commit 697ef52
Showing 1 changed file with 1 addition 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 @@ -122,6 +122,7 @@ func NewApp(dataRootDir string, skipFailingGenesisTxs bool, logger log.Logger, m
var err error

cfg := NewAppOptions()
cfg.SkipFailingGenesisTxs = skipFailingGenesisTxs

// Get main DB.
cfg.DB, err = dbm.NewDB("gnolang", dbm.GoLevelDBBackend, filepath.Join(dataRootDir, "data"))
Expand Down

0 comments on commit 697ef52

Please sign in to comment.