faucet: Remove unused FAUCET_PORT_STR const (#30005)

This commit is contained in:
Kevin Ji 2023-01-31 09:04:03 -08:00 committed by GitHub
parent 8921b0a35a
commit 75ba03b8d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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 {