diff --git a/proxy/indexer/utils.py b/proxy/indexer/utils.py index 7b45f725e..dea78bb47 100644 --- a/proxy/indexer/utils.py +++ b/proxy/indexer/utils.py @@ -128,6 +128,8 @@ def get_trx_receipts(unsigned_msg, signature): "evm_data_size" / Int64ul, "gas_used_and_paid" / Int64ul, "number_of_payments" / Int64ul, + "sign" / Bytes(65), + ) def get_account_list(client, storage_account):