Skip to content

Commit

Permalink
Merge pull request #204 from vegaprotocol/better-account-filtering
Browse files Browse the repository at this point in the history
feat: add market filtering for liqbot
  • Loading branch information
daniel1302 authored Jun 1, 2023
2 parents f85f45a + 445dde8 commit 459f49f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bot/normal/datarequests.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ func (b *Bot) getAccount(typ vega.AccountType) (*num.Uint, error) {
PartyIds: []string{b.walletPubKey},
AssetId: b.settlementAssetID,
AccountTypes: []vega.AccountType{typ},
MarketIds: []string{b.market.Id},
},
})
if err != nil {
Expand Down

0 comments on commit 459f49f

Please sign in to comment.