Skip to content

Commit

Permalink
fix(voyager): ack: ensure we fetch the first page
Browse files Browse the repository at this point in the history
  • Loading branch information
hussein-aitlahcen committed Oct 13, 2023
1 parent 535c1ed commit 53164b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/chain-utils/src/union.rs
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ impl Chain for Union {
.tx_search(
Query::from(EventType::Tx).and_eq("tx.height", u64::from(block_height)),
false,
0,
1,
255,
tendermint_rpc::Order::Ascending,
)
Expand Down

0 comments on commit 53164b9

Please sign in to comment.