Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
yrong committed Apr 29, 2024
1 parent 9829de7 commit 2f30d46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bridges/snowbridge/pallets/inbound-queue/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ pub mod pallet {
let who = ensure_signed(origin)?;
ensure!(!Self::operating_mode().is_halted(), Error::<T>::Halted);

#[cfg(not(any(feature = "std", test)))]
// submit message to verifier for verification,ignore for integration tests
T::Verifier::verify(&message.event_log, &message.proof)
.map_err(|e| Error::<T>::Verification(e))?;
Expand Down

0 comments on commit 2f30d46

Please sign in to comment.