multinode-demo: Increase default stake amount to 10 SOL (#25365)

This commit is contained in:
Brooks Prumo 2022-05-19 14:19:55 -05:00 committed by GitHub
parent 83b245642f
commit 8cbe93962d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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() {