Skip to content

Commit 75847df

Browse files
author
Ludo Galabru
committed
fix: build warning
1 parent fcf9fb0 commit 75847df

File tree

1 file changed

+1
-1
lines changed
  • components/chainhook-sdk/src/observer

1 file changed

+1
-1
lines changed

components/chainhook-sdk/src/observer/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ pub fn get_bitcoin_proof(
496496
}
497497
}
498498

499-
#[allow(unused_variables)]
499+
#[allow(unused_variables, unused_imports)]
500500
pub fn start_zeromq_runloop(
501501
config: &EventObserverConfig,
502502
observer_commands_tx: Sender<ObserverCommand>,

0 commit comments

Comments
 (0)