Skip to content

Commit

Permalink
chore: print filename for debug purposes in genesis script (#776)
Browse files Browse the repository at this point in the history
  • Loading branch information
aljo242 committed Sep 25, 2024
1 parent 6404619 commit b11a57b
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)

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 b11a57b

Please sign in to comment.