Adjust default cluster signature fees (#6436)

This commit is contained in:
Michael Vines
2019-10-18 17:00:51 -07:00
committed by GitHub
parent f2fd53e773
commit 621c67a8cb
7 changed files with 19 additions and 20 deletions

View File

@ -8,7 +8,7 @@ here=$(dirname "$0")
# shellcheck source=multinode-demo/common.sh
source "$here"/common.sh
stake_lamports=42 # default number of lamports to assign as stake
stake_lamports=8589934592 # default number of lamports to assign as stake (0.5 SOL)
url=http://127.0.0.1:8899 # default RPC url
usage() {