diff --git a/clicada/cli/user.py b/clicada/cli/user.py index a4e4ce3..3b85db7 100644 --- a/clicada/cli/user.py +++ b/clicada/cli/user.py @@ -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):