|
@@ -42,7 +42,7 @@ opts_data = {
|
|
-D, --contract-data= D Path to hex-encoded contract data (ETH only)
|
|
-D, --contract-data= D Path to hex-encoded contract data (ETH only)
|
|
-e, --echo-passphrase Print passphrase to screen when typing it
|
|
-e, --echo-passphrase Print passphrase to screen when typing it
|
|
-E, --fee-estimate-mode=M Specify the network fee estimate mode. Choices:
|
|
-E, --fee-estimate-mode=M Specify the network fee estimate mode. Choices:
|
|
- {fe[1]}. Default: '{fe[1][0]}'
|
|
|
|
|
|
+ {fe_all}. Default: {fe_dfl!r}
|
|
-f, --tx-fee= f Transaction fee, as a decimal {cu} amount or as
|
|
-f, --tx-fee= f Transaction fee, as a decimal {cu} amount or as
|
|
{fu} (an integer followed by {fl}).
|
|
{fu} (an integer followed by {fl}).
|
|
See FEE SPECIFICATION below. If omitted, fee will be
|
|
See FEE SPECIFICATION below. If omitted, fee will be
|
|
@@ -99,7 +99,8 @@ column below:
|
|
fu=help_notes('rel_fee_desc'),
|
|
fu=help_notes('rel_fee_desc'),
|
|
fl=help_notes('fee_spec_letters'),
|
|
fl=help_notes('fee_spec_letters'),
|
|
ss=g.subseeds,ss_max=SubSeedIdxRange.max_idx,
|
|
ss=g.subseeds,ss_max=SubSeedIdxRange.max_idx,
|
|
- fe=g.autoset_opts['fee_estimate_mode'],
|
|
|
|
|
|
+ fe_all=fmt_list(g.autoset_opts['fee_estimate_mode'].choices,fmt='no_spc'),
|
|
|
|
+ fe_dfl=g.autoset_opts['fee_estimate_mode'].choices[0],
|
|
kg=g.key_generator,
|
|
kg=g.key_generator,
|
|
cu=g.coin),
|
|
cu=g.coin),
|
|
'notes': lambda s: s.format(
|
|
'notes': lambda s: s.format(
|