Make sol-to-lamport const name more clear (#7641)

automerge
This commit is contained in:
Tyera Eulberg
2019-12-30 12:28:41 -07:00
committed by Grimes
parent ce1d36cacb
commit 6ca575b5a3
5 changed files with 54 additions and 54 deletions

View File

@ -4,7 +4,7 @@ use solana_sdk::fee_calculator::FeeCalculator;
use solana_sdk::signature::{read_keypair_file, Keypair, KeypairUtil};
use std::{net::SocketAddr, process::exit, time::Duration};
const NUM_LAMPORTS_PER_ACCOUNT_DEFAULT: u64 = solana_sdk::native_token::SOL_LAMPORTS;
const NUM_LAMPORTS_PER_ACCOUNT_DEFAULT: u64 = solana_sdk::native_token::LAMPORTS_PER_SOL;
/// Holds the configuration for a single run of the benchmark
pub struct Config {