Browse Source

Fix help description of yg's command line txfee options

master
Kristaps Kaupe 4 years ago
parent
commit
3f5abeec14
No known key found for this signature in database
GPG Key ID: 33E472FE870C7E5D
  1. 4
      jmclient/jmclient/yieldgenerator.py

4
jmclient/jmclient/yieldgenerator.py

@ -286,10 +286,10 @@ def ygmain(ygclass, nickserv_password='', gaplimit=6):
help='type of order; can be either reloffer or absoffer')
parser.add_option('-t', '--txfee', action='store', type='int',
dest='txfee', default=None,
help='minimum miner fee in satoshis')
help='the average transaction fee contribution you\'re adding to coinjoin transactions')
parser.add_option('-f', '--txfee-factor', action='store', type='float',
dest='txfee_factor', default=None,
help='variance around the average fee, decimal fraction')
help='variance around the average transaction fee contribution, decimal fraction')
parser.add_option('-a', '--cjfee-a', action='store', type='string',
dest='cjfee_a', default=None,
help='requested coinjoin fee (absolute) in satoshis')

Loading…
Cancel
Save