Rename tokens to lamports in core/

This commit is contained in:
Michael Vines
2019-03-05 16:58:52 -08:00
parent 53f09c44f3
commit f1d1852691
7 changed files with 18 additions and 19 deletions

View File

@@ -71,7 +71,7 @@ impl LocalCluster {
let ledger_path = tmp_copy_blocktree!(&genesis_ledger_path);
ledger_paths.push(ledger_path.clone());
// Send each validator some tokens to vote
// Send each validator some lamports to vote
let validator_balance = Self::transfer(
&mut client,
&mint_keypair,