Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
myrho committed Jan 10, 2024
1 parent 20a204f commit be0e26b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gsrest/db/cassandra.py
Original file line number Diff line number Diff line change
Expand Up @@ -2034,7 +2034,7 @@ async def list_address_txs_ordered(
]

# collect and merge results
more_results, page = self.merge_address_txs_subquery_results(
more_results, page = merge_address_txs_subquery_results(
[r.current_rows for r in await asyncio.gather(*aws)], fs_it,
'transaction_id' if is_eth_like(network) else 'tx_id')

Expand Down

0 comments on commit be0e26b

Please sign in to comment.