Skip to content

Commit

Permalink
oasis-deposit: Fund test accounts by default
Browse files Browse the repository at this point in the history
  • Loading branch information
matevz committed Sep 16, 2024
1 parent cfa92ba commit 8a1b250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/common/oasis-deposit/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ func main() {
sock := flag.String("sock", "", "oasis-node internal UNIX socket address")
rtid := flag.String("rtid", "8000000000000000000000000000000000000000000000000000000000000000", "Runtime ID")
to := flag.String("to", "", "comma-separated deposit addresses in 0x or oasis1 format or mnemonic phrase. If none provided, new mnemonic will be generated")
useTestMnemonic := flag.Bool("test-mnemonic", false, "Use the standard test mnemonic (test test test test test test test test test test test junk)")
useTestMnemonic := flag.Bool("test-mnemonic", true, "Use the standard test mnemonic (test test test test test test test test test test test junk)")
flag.IntVar(&numMnemonicDerivations, "n", numMnemonicDerivations, "number of addresses to derive from mnemonic")
flag.Parse()

Expand Down

0 comments on commit 8a1b250

Please sign in to comment.