Browse Source

minor fixes

The MMGen Project 5 months ago
parent
commit
5bbacc80fd
2 changed files with 4 additions and 0 deletions
  1. 3 0
      mmgen/main_txsign.py
  2. 1 0
      nix/user-packages.nix

+ 3 - 0
mmgen/main_txsign.py

@@ -34,6 +34,9 @@ opts_data = {
 		'options': """
 -h, --help            Print this help message
 --, --longhelp        Print help message for long (global) options
+-a, --autosign        Sign a transaction created for offline autosigning (see
+                      ‘mmgen-autosign’). The removable device is mounted and
+                      unmounted automatically
 -b, --brain-params=l,p Use seed length 'l' and hash preset 'p' for
                       brainwallet input
 -d, --outdir=      d  Specify an alternate directory 'd' for output

+ 1 - 0
nix/user-packages.nix

@@ -45,5 +45,6 @@ rec {
         # monero           = monero;          # XMR (test suite)
         # eth-keys         = eth-keys;        # ETH, ETC (test suite)
         # pure-protobuf    = pure-protobuf;   # THORChain
+        # bip-utils        = bip-utils;       # bip_hd
     };
 }