Skip to content

Commit

Permalink
faucet: Remove unused FAUCET_PORT_STR const (solana-labs#30005)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinji authored Jan 31, 2023
1 parent 8921b0a commit 75ba03b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion faucet/src/faucet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ const ERROR_RESPONSE: [u8; 2] = 0u16.to_le_bytes();

pub const TIME_SLICE: u64 = 60;
pub const FAUCET_PORT: u16 = 9900;
pub const FAUCET_PORT_STR: &str = "9900";

#[derive(Error, Debug)]
pub enum FaucetError {
Expand Down

0 comments on commit 75ba03b

Please sign in to comment.