remote-node script use --force when delegating stake (#28539)
This commit is contained in:
parent
993583d9b3
commit
434c8ed416
|
@ -463,6 +463,7 @@ EOF
|
|||
echo "0 Primordial stakes, staking with $internalNodesStakeLamports"
|
||||
multinode-demo/delegate-stake.sh --vote-account "$SOLANA_CONFIG_DIR"/vote-account.json \
|
||||
--stake-account "$SOLANA_CONFIG_DIR"/stake-account.json \
|
||||
--force \
|
||||
"${args[@]}" "$internalNodesStakeLamports"
|
||||
else
|
||||
echo "Skipping staking with extra stakes: ${extraPrimordialStakes}"
|
||||
|
|
Loading…
Reference in New Issue