Skip to content

Commit

Permalink
increment page
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-cha committed Dec 24, 2024
1 parent 9b7d3ca commit ebf20ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions e2e/da_chain.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ func (da *DAChain) QueryInitiaBatchData(ctx context.Context) ([][]byte, error) {
if txsResult.TotalCount <= page*100 {
break
}
page++
}
return data, nil
}
Expand Down Expand Up @@ -147,6 +148,7 @@ func (da *DAChain) QueryCelestiaBatchData(ctx context.Context) ([][]byte, error)
if txsResult.TotalCount <= page*100 {
break
}
page++
}
return data, nil
}

0 comments on commit ebf20ae

Please sign in to comment.