Skip to content

Commit

Permalink
fix query
Browse files Browse the repository at this point in the history
  • Loading branch information
zale144 committed Jan 1, 2025
1 parent df835db commit a4432db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eibc/order_poller.go
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ func (p *orderPoller) getDemandOrdersFromIndexer(ctx context.Context) ([]Order,
}

func (p *orderPoller) getRollappDemandOrdersFromIndexer(ctx context.Context, rollappId string) ([]Order, error) {
var lastFinalizedHeight string
lastFinalizedHeight := "0"
lastHeightResp, err := p.rollappClient.LatestHeight(ctx, &types.QueryGetLatestHeightRequest{
RollappId: rollappId,
Finalized: true,
Expand Down

0 comments on commit a4432db

Please sign in to comment.