Skip to content

Commit

Permalink
Merge pull request #272 from vegaprotocol/133-fix-market-index-message
Browse files Browse the repository at this point in the history
Print correct market
  • Loading branch information
peterbarrow authored Mar 7, 2023
2 parents edb2c21 + bc8d612 commit bccb168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liquidityviewer/liquidityviewer.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func getMarketToDisplay(dataclient api.TradingDataServiceClient, marketID string
os.Exit(0)
}

fmt.Println("Using market:", index)
fmt.Println("Using market:", input)

return validMarkets[index]
}
Expand Down

0 comments on commit bccb168

Please sign in to comment.