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
#364 Do not try to send create accounts trx if it was already sent (#367
)
  • Loading branch information
otselnik authored Dec 14, 2021
commit 8b220116f68e36643dfbb06019cef6d770fa0b59
1 change: 1 addition & 0 deletions proxy/common_neon/transaction_sender.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ def create_accounts_for_trx(self):
result = self.sender.send_measured_transaction(precall_txs, self.eth_trx, 'CreateAccountsForTrx')
if check_for_errors(result):
raise Exception("Failed to create account for trx")
self.create_acc_trx = Transaction()


def write_trx_to_holder_account(self):
Expand Down