fixed test

This commit is contained in:
Maxime Van Hees
2025-09-19 10:35:08 +02:00
parent 8ab841f68c
commit 151a6ffbfa
4 changed files with 17 additions and 11 deletions

View File

@@ -100,7 +100,7 @@ async fn main() {
tokio::time::sleep(std::time::Duration::from_millis(100)).await;
// Start RPC server if enabled
let rpc_handle = if args.enable_rpc {
let _rpc_handle = if args.enable_rpc {
let rpc_addr = format!("127.0.0.1:{}", args.rpc_port).parse().unwrap();
let base_dir = args.dir.clone();