Misc token to lamport renaming

This commit is contained in:
Michael Vines
2019-03-05 17:18:25 -08:00
parent 3794048c91
commit 545feab6db
5 changed files with 40 additions and 40 deletions

View File

@@ -111,10 +111,10 @@ fn test_replicator_startup_basic() {
let replicator_keypair = Keypair::new();
info!("giving replicator tokens..");
info!("giving replicator lamports..");
let blockhash = leader_client.get_recent_blockhash();
// Give the replicator some tokens
// Give the replicator some lamports
let mut tx = SystemTransaction::new_account(
&mint_keypair,
replicator_keypair.pubkey(),