diff --git a/snippets/rust/src/webhook.rs b/snippets/rust/src/webhook.rs index fd4c1a1..0f82936 100644 --- a/snippets/rust/src/webhook.rs +++ b/snippets/rust/src/webhook.rs @@ -1,7 +1,5 @@ use std::sync::Arc; - use anyhow::Result; -use breez_sdk_core::InputType::LnUrlWithdraw; use breez_sdk_core::*; async fn webhook(sdk: Arc) -> Result<()> {