Skip to content

Commit

Permalink
bip39-seed: the passphrase is now optional
Browse files Browse the repository at this point in the history
  • Loading branch information
np committed Jan 16, 2015
1 parent a498422 commit 71094bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hx.hs
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,7 @@ mainArgs ["hd-to-address"] = interactLn hx_hd_to_address

mainArgs ["bip39-mnemonic"] = interactLn hx_bip39_mnemonic
mainArgs ["bip39-hex"] = interactLn hx_bip39_hex
mainArgs ["bip39-seed"] = interactLn $ hx_bip39_seed ""
mainArgs ["bip39-seed", pass] = interactLn $ hx_bip39_seed pass

mainArgs ["rfc1751-key"] = interactLn hx_rfc1751_key
Expand Down

0 comments on commit 71094bc

Please sign in to comment.