vegaprotocol / vegatools

A go command line utility providing a bunch of tools to use with a Vega network
MIT License
3 stars 4 forks source link

Fix LP users value in perftest #293

Closed peterbarrow closed 1 year ago

peterbarrow commented 1 year ago

The value passed into the app for the number of LP users is not passed to the function that creates the LP users in the market. Instead the number of voters is used. Update the code to fix this.