tx detail page: show accounts irrespective of slot relation

This commit is contained in:
GroovieGermanikus 2023-12-19 17:55:31 +01:00
parent b1d0a0dc94
commit 46d025acd1
No known key found for this signature in database
GPG Key ID: 5B6EB831A5CD2015
1 changed files with 0 additions and 3 deletions

View File

@ -93,9 +93,6 @@ def find_transaction_details_by_sig(tx_sig: str):
# slot is set if amb relation exists i.e. if the tx was included
maybe_slot = account_info['slot']
if maybe_slot and maybe_slot != relevant_slot:
continue
if maybe_slot is None:
info = {
'key': account_info['account_key'],