fix: build warning

This commit is contained in:
Ludo Galabru
2023-06-29 20:04:45 -04:00
parent fcf9fb0e3f
commit 75847df0d1

View File

@@ -496,7 +496,7 @@ pub fn get_bitcoin_proof(
}
}
#[allow(unused_variables)]
#[allow(unused_variables, unused_imports)]
pub fn start_zeromq_runloop(
config: &EventObserverConfig,
observer_commands_tx: Sender<ObserverCommand>,