Browse Source

mmgen-{txcreate,txdo}: change `--locktime` short opt from `-L` to `-l`

- this breaks compatibility, scripts may need to be adjusted
The MMGen Project 2 years ago
parent
commit
15411c8347
3 changed files with 3 additions and 3 deletions
  1. 1 1
      mmgen/main_split.py
  2. 1 1
      mmgen/main_txcreate.py
  3. 1 1
      mmgen/main_txdo.py

+ 1 - 1
mmgen/main_split.py

@@ -48,7 +48,7 @@ opts_data = {
 -v, --verbose        Produce more verbose output
 -v, --verbose        Produce more verbose output
 -y, --yes            Answer 'yes' to prompts, suppress non-essential output
 -y, --yes            Answer 'yes' to prompts, suppress non-essential output
 -R, --rpc-host2=   h Host the other coin daemon is running on (default: none)
 -R, --rpc-host2=   h Host the other coin daemon is running on (default: none)
--L, --locktime=    t Lock time (block height or unix seconds)
+-l, --locktime=    t Lock time (block height or unix seconds)
                      (default: {bh})
                      (default: {bh})
 """,
 """,
 	'notes': f"""\n
 	'notes': f"""\n

+ 1 - 1
mmgen/main_txcreate.py

@@ -49,7 +49,7 @@ opts_data = {
 -I, --inputs=      i  Specify transaction inputs (comma-separated list of
 -I, --inputs=      i  Specify transaction inputs (comma-separated list of
                       MMGen IDs or coin addresses).  Note that ALL unspent
                       MMGen IDs or coin addresses).  Note that ALL unspent
                       outputs associated with each address will be included.
                       outputs associated with each address will be included.
--L, --locktime=    t  Lock time (block height or unix seconds) (default: 0)
+-l, --locktime=    t  Lock time (block height or unix seconds) (default: 0)
 -m, --minconf=     n  Minimum number of confirmations required to spend
 -m, --minconf=     n  Minimum number of confirmations required to spend
                       outputs (default: 1)
                       outputs (default: 1)
 -q, --quiet           Suppress warnings; overwrite files without prompting
 -q, --quiet           Suppress warnings; overwrite files without prompting

+ 1 - 1
mmgen/main_txdo.py

@@ -61,7 +61,7 @@ opts_data = {
 -k, --keys-from-file=f Provide additional keys for non-{pnm} addresses
 -k, --keys-from-file=f Provide additional keys for non-{pnm} addresses
 -K, --keygen-backend=n Use backend 'n' for public key generation.  Options
 -K, --keygen-backend=n Use backend 'n' for public key generation.  Options
                        for {coin_id}: {kgs}
                        for {coin_id}: {kgs}
--L, --locktime=      t Lock time (block height or unix seconds) (default: 0)
+-l, --locktime=      t Lock time (block height or unix seconds) (default: 0)
 -m, --minconf=n        Minimum number of confirmations required to spend
 -m, --minconf=n        Minimum number of confirmations required to spend
                        outputs (default: 1)
                        outputs (default: 1)
 -M, --mmgen-keys-from-file=f Provide keys for {pnm} addresses in a key-
 -M, --mmgen-keys-from-file=f Provide keys for {pnm} addresses in a key-