Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
#272 merge fix
  • Loading branch information
otselnik committed Nov 11, 2021
commit a7dcb82c9a1117a6330c0c9bad5b0c7acaf07425
2 changes: 1 addition & 1 deletion proxy/plugin/solana_rest_api_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def __del__(self):

class TransactionInfo:
def __init__(self, caller_token, eth_accounts, eth_trx):
self.ethTrx = eth_trx
self.eth_trx = eth_trx

self.caller_token = caller_token
self.eth_accounts = eth_accounts
Expand Down