mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-06 23:33:10 +00:00
fix: lint fix 5
This commit is contained in:
parent
48a43eb268
commit
ac697c0bd8
@ -53,7 +53,7 @@ pub fn new_http_server(
|
|||||||
polling_config,
|
polling_config,
|
||||||
limits_config,
|
limits_config,
|
||||||
} = config;
|
} = config;
|
||||||
info!(target:"network", "Starting http server at {}", addr);
|
info!(target:"network", "Starting http server at {addr}");
|
||||||
let handler = web::Data::new(JsonHandler {
|
let handler = web::Data::new(JsonHandler {
|
||||||
polling_config,
|
polling_config,
|
||||||
node_core_config: node_config,
|
node_core_config: node_config,
|
||||||
|
|||||||
@ -53,7 +53,7 @@ pub fn new_http_server(
|
|||||||
polling_config,
|
polling_config,
|
||||||
limits_config,
|
limits_config,
|
||||||
} = config;
|
} = config;
|
||||||
info!(target:NETWORK, "Starting http server at {}", addr);
|
info!(target:NETWORK, "Starting http server at {addr}");
|
||||||
let handler = web::Data::new(JsonHandler {
|
let handler = web::Data::new(JsonHandler {
|
||||||
polling_config,
|
polling_config,
|
||||||
sequencer_state: seuquencer_core.clone(),
|
sequencer_state: seuquencer_core.clone(),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user