Remove commented code
This commit is contained in:
parent
7faeb42bd9
commit
12815c9001
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user