tRemove debug print - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit f565d79c11179183c04b27e54cfbc87f244341ef
DIR parent 613403f4183cc12a6285a2fb4c1f0a61c9add646
HTML Author: Neil Booth <kyuupichan@gmail.com>
Date: Thu, 3 Sep 2015 16:29:55 +0900
Remove debug print
Diffstat:
M plugins/exchange_rate.py | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
DIR diff --git a/plugins/exchange_rate.py b/plugins/exchange_rate.py
t@@ -277,7 +277,6 @@ class Plugin(BasePlugin):
for wallet in self.wallet_tx_list:
if self.wallet_tx_list[wallet] is None:
new = True
- self.print_error("New wallet:", wallet)
tx_list = {}
for item in wallet.get_history(wallet.storage.get("current_account", None)):
tx_hash, conf, value, timestamp, balance = item