Skip to content

Commit

Permalink
multinode-demo: Increase default stake amount to 10 SOL (solana-labs#…
Browse files Browse the repository at this point in the history
  • Loading branch information
brooksprumo authored and jeffwashington committed Jun 29, 2022
1 parent 37dce9b commit c28875c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multinode-demo/delegate-stake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ here=$(dirname "$0")
# shellcheck source=multinode-demo/common.sh
source "$here"/common.sh

stake_sol=1 # default number of SOL to assign as stake (1 SOL)
stake_sol=10 # default number of SOL to assign as stake (10 SOL)
url=http://127.0.0.1:8899 # default RPC url

usage() {
Expand Down

0 comments on commit c28875c

Please sign in to comment.