From 02c5c96c4dc72b941c9b7c24252781622e5796fa Mon Sep 17 00:00:00 2001 From: Adlai Chandrasekhar Date: Fri, 29 Sep 2017 09:42:57 +0300 Subject: [PATCH] include forgotten option --- wallet-tool.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/wallet-tool.py b/wallet-tool.py index 28f53bb0..2569570b 100755 --- a/wallet-tool.py +++ b/wallet-tool.py @@ -73,6 +73,13 @@ dest='csv', default=False, help=('When using the history method, output as csv')) +parser.add_option('-v', '--verbosity', + action='store', + type='int', + dest='verbosity', + default=1, + help=('History method verbosity, 0 (least) to 6 (most), ' + '<=2 batches earnings, even values also list TXIDs')) parser.add_option('--fast', action='store_true', dest='fastsync',