Skip to content

Commit

Permalink
Try to fix index-out-of-range
Browse files Browse the repository at this point in the history
  • Loading branch information
zale144 committed Oct 2, 2024
1 parent f513b3f commit 3cb9a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion order_eventer.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func (e *orderEventer) parseOrdersFromEvents(res tmtypes.ResultEvent) []*demandO

order := &demandOrder{
id: id,
denom: fee.GetDenomByIndex(0),
denom: price.GetDenomByIndex(0),
amount: price,
fee: fee,
status: statuses[i],
Expand Down

0 comments on commit 3cb9a36

Please sign in to comment.