diff --git a/proxy/plugin/solana_rest_api.py b/proxy/plugin/solana_rest_api.py index c1e48a520..32952a7c2 100644 --- a/proxy/plugin/solana_rest_api.py +++ b/proxy/plugin/solana_rest_api.py @@ -443,13 +443,12 @@ def eth_sendRawTransaction(self, rawTrx): 'from_address': '0x'+sender, } else: - slot = got_result['slot'] self.ethereum_trx[eth_signature] = { 'eth_trx': rawTrx[2:], 'slot': slot, - 'logs': None, + 'logs': [], 'status': 0, - 'gas_used': None, + 'gas_used': 0, 'return_value': None, 'from_address': '0x'+sender, }