Skip to content

Commit f8918c2

Browse files
committed
fix retrieval of links between trx
1 parent df91192 commit f8918c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gsrest/db/cassandra.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2324,6 +2324,8 @@ async def list_links_eth(self,
23242324
tx_ids,
23252325
include_token_txs=True)
23262326

2327+
neighbor = address_to_user_format(currency, neighbor)
2328+
address = address_to_user_format(currency, address)
23272329
txs = [
23282330
tx for tx in all_txs
23292331
if tx["to_address"] == neighbor and tx["from_address"] == address

0 commit comments

Comments
 (0)