Skip to content
Merged
Changes from all commits
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
impl
  • Loading branch information
sinev-valentine committed Dec 16, 2021
commit a2190570263293b6aa5cf9588244f7d87e9fa255
5 changes: 3 additions & 2 deletions proxy/common_neon/transaction_sender.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,9 +271,10 @@ def create_account_list_by_emulate(self):
code_sol = None
code_writable = None

elif address == sender_ether:
if address == sender_ether:
sender_sol = PublicKey(acc_desc["account"])
else:

if address != to_address and address != sender_ether:
add_keys_05.append(AccountMeta(pubkey=acc_desc["account"], is_signer=False, is_writable=True))
if acc_desc["new"]:
if code_account:
Expand Down