Misc token to lamport renaming
This commit is contained in:
@ -192,9 +192,9 @@ if [[ ! -d "$ledger_config_dir" ]]; then
|
||||
$solana_wallet --keypair "$fullnode_id_path" address
|
||||
|
||||
# A fullnode requires 3 lamports to function:
|
||||
# - one token to create an instance of the vote_program with
|
||||
# - one token for the transaction fee
|
||||
# - one token to keep the node identity public key valid.
|
||||
# - one lamport to create an instance of the vote_program with
|
||||
# - one lamport for the transaction fee
|
||||
# - one lamport to keep the node identity public key valid.
|
||||
retries=5
|
||||
while true; do
|
||||
# TODO: Until https://github.com/solana-labs/solana/issues/2355 is resolved
|
||||
|
Reference in New Issue
Block a user