From 12815c900186829a8bf2e6996144a0c1d0d1ad20 Mon Sep 17 00:00:00 2001 From: lash Date: Sun, 23 Jan 2022 11:24:00 +0000 Subject: [PATCH] Remove commented code --- clicada/cli/user.py | 11 ----------- 1 file changed, 11 deletions(-) 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):