Skip to content

Commit

Permalink
use from-recovery-phrase
Browse files Browse the repository at this point in the history
  • Loading branch information
disassembler authored and johnalotoski committed Jul 2, 2020
1 parent a091866 commit 5638d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/nixos/create-faucet-wallet/create-faucet-wallet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ else
GEN_CMD=$SHELLEY_CMD MNEMONIC=$MNEMONIC PASSPHRASE=$PASSPHRASE OUT=$OUT $EXPECT_CMD <<- ' END' > /dev/null
set chan [open $::env(OUT) w]
set timeout 10
spawn "$::env(GEN_CMD)" wallet create from-mnemonic ShelleyFaucetWallet
spawn "$::env(GEN_CMD)" wallet create from-recovery-phrase ShelleyFaucetWallet
sleep 0.1
expect "Please enter a 15–24 word mnemonic sentence: "
send -- "$::env(MNEMONIC)\r"
Expand Down

0 comments on commit 5638d47

Please sign in to comment.