tset default verbosity to false, because of daemon - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 9230482870b134e612beb58df4a068854f3f7234
DIR parent 7dd296273fdf426158473f638eb689ac61865268
HTML Author: ThomasV <thomasv@gitorious>
Date: Sun, 16 Mar 2014 12:13:52 +0100
set default verbosity to false, because of daemon
Diffstat:
M lib/util.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/lib/util.py b/lib/util.py
t@@ -2,7 +2,7 @@ import os, sys, re, json
import platform
import shutil
from datetime import datetime
-is_verbose = True
+is_verbose = False
class MyEncoder(json.JSONEncoder):