Remove commented code

This commit is contained in:
lash 2022-01-23 11:24:00 +00:00
parent 7faeb42bd9
commit 12815c9001
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
1 changed files with 0 additions and 11 deletions

View File

@ -143,17 +143,6 @@ Tags: {}""".format(
tx_threads.append(tx_worker)
tx_n += 1
# tx = ResolvedTokenTx.from_dict(tx_src)
# tx.resolve(token_store, user_address_store, show_decimals=True, update=ctrl.get('_FORCE'))
# tx_lines.append(tx)
# seen_tokens[tx.source_token_label] = tx.source_token
# seen_tokens[tx.destination_token_label] = tx.destination_token
# tx_store.put(tx_hash, str(tx_src), overwrite=ctrl.get('_FORCE_ALL'))
# needs to be blocked by wait for all txs
tx_buf = {}
for i in range(0, tx_n):