Correct keypair argument

This commit is contained in:
Michael Vines 2018-12-10 08:41:18 -08:00
parent 67f8916aa8
commit e8fd5b4600
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ solana-fullnode-config \
solana-genesis \
--num_tokens 1000000000 \
--mint /config/drone-keypair.json \
--bootstrap-leader-keypair /config/leader-config.json \
--bootstrap-leader-keypair /config/leader-keypair.json \
--ledger /ledger
solana-drone --keypair /config/drone-keypair.json &