Skip to content

Commit

Permalink
adds reverse arg to new zs_range_iter call
Browse files Browse the repository at this point in the history
  • Loading branch information
arya2 committed Oct 19, 2023
1 parent 8c28c58 commit 5d2699e
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,11 @@ impl ZebraDb {
AddressTransaction::address_iterator_range(address_location, query_height_range);

self.db
.zs_range_iter(&tx_loc_by_transparent_addr_loc, transaction_location_range)
.zs_range_iter(
&tx_loc_by_transparent_addr_loc,
transaction_location_range,
false,
)
.map(|(tx_loc, ())| tx_loc)
.collect()
}
Expand Down

0 comments on commit 5d2699e

Please sign in to comment.