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

@@ -45,7 +45,7 @@ macro_rules! socketaddr {
}
pub const TIME_SLICE: u64 = 60;
pub const REQUEST_CAP: u64 = solana_sdk::native_token::SOL_LAMPORTS * 1_000_000;
pub const REQUEST_CAP: u64 = solana_sdk::native_token::LAMPORTS_PER_SOL * 1_000_000;
pub const FAUCET_PORT: u16 = 9900;
pub const FAUCET_PORT_STR: &str = "9900";