mirror of
https://github.com/serai-dex/serai.git
synced 2024-11-17 01:17:36 +00:00
clippy fixes
This commit is contained in:
parent
7990ee689a
commit
ecd0457d5b
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ pub fn network_rpc(network: NetworkId, ops: &DockerOperations, handle: &str) ->
|
|||
NetworkId::Serai => panic!("getting port for external network yet it was Serai"),
|
||||
})
|
||||
.unwrap();
|
||||
format!("http://{RPC_USER}:{RPC_PASS}@{}:{}", ip.to_string(), port.to_string())
|
||||
format!("http://{RPC_USER}:{RPC_PASS}@{ip}:{port}")
|
||||
}
|
||||
|
||||
pub fn confirmations(network: NetworkId) -> usize {
|
||||
|
|
Loading…
Reference in a new issue