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
Merge remote-tracking branch 'origin/develop' into 287-rollback-to-si…
…mplified-trx-sending
  • Loading branch information
Semen Medvedev committed Nov 12, 2021
commit 348a0bdb14c93853e91f1ce3c03d658206c6a86f
2 changes: 0 additions & 2 deletions proxy/plugin/solana_rest_api_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -620,8 +620,6 @@ def __new__(cls):
cls.instance = super(CostSingleton, cls).__new__(cls)
cls.instance.operator_cost = SQLDict(tablename="operator_cost")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SQLDict -> SQLCost

return cls.instance


def update_transaction_cost(receipt, eth_trx, extra_sol_trx=False, reason=None):
cost = receipt['result']['meta']['preBalances'][0] - receipt['result']['meta']['postBalances'][0]
if eth_trx:
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.