Skip to content

Commit

Permalink
print for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
aljo242 committed Sep 25, 2024
1 parent 6404619 commit e0eca7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ func main() {
panic("market map config path (market-cfg-path) cannot be empty")
}

fmt.Printf("reading in market map file: %s\n", *marketFile)

Check warning on line 41 in scripts/genesis.go

View check run for this annotation

Codecov / codecov/patch

scripts/genesis.go#L41

Added line #L41 was not covered by tests

marketMap, err := mmtypes.ReadMarketMapFromFile(*marketFile)
if err != nil {
fmt.Fprintf(flag.CommandLine.Output(), "failed to read market map from file: %s\n", err)
Expand Down

0 comments on commit e0eca7c

Please sign in to comment.