Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

Commit

Permalink
include forgotten option
Browse files Browse the repository at this point in the history
  • Loading branch information
adlai committed Oct 3, 2017
1 parent 5acf036 commit 02c5c96
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions wallet-tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 02c5c96

Please sign in to comment.