Skip to content

Commit

Permalink
Merge pull request #348 from vegaprotocol/347-remove-name-field-from-…
Browse files Browse the repository at this point in the history
…spot-market

fix: Remove old name field
  • Loading branch information
peterbarrow authored Apr 23, 2024
2 parents 8e6597b + 26d7c45 commit 8602550
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion perftest/wallet.go
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ func (w walletWrapper) NewSpotMarket(offset int, user UserDetails) error {
"spot": map[string]interface{}{
"baseAsset": "fBTC",
"quoteAsset": "fUSDC",
"name": "OURPRODUCT",
},
},
"simple": map[string]interface{}{
Expand Down

0 comments on commit 8602550

Please sign in to comment.