electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit a0c7219db08c808546134319006bed759c11d9ac
parent a36ab7c814d9f35a492eafcbe5551e27e0566999
Author: ThomasV <thomasv@gitorious>
Date:   Fri, 29 May 2015 19:30:00 +0200

rm debugging print

Diffstat:
Mlib/commands.py | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/lib/commands.py b/lib/commands.py @@ -433,7 +433,6 @@ class Commands: def mktx_csv(self, path, fee = None, change_addr = None, domain = None): outputs = self._read_csv(path) - print outputs tx = self._mktx(outputs, fee, change_addr, domain) return tx