From 7e2f354d6fb07b1a9f1bb7bc50287972deec2b83 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Thu, 28 Nov 2024 07:21:07 +0000 Subject: refactor: remove fufilled comment as the feature is implmeneted --- src/lib/client.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/lib/client.rs b/src/lib/client.rs index 70f4b8c..534eb9e 100644 --- a/src/lib/client.rs +++ b/src/lib/client.rs @@ -660,9 +660,6 @@ pub async fn sign_event( event_builder: EventBuilder, signer: &Arc, ) -> Result { - // TODO: Yuki suggested he would add a backend option to NostrSigner so we can - // identify nip46 signers again and replace the below if statement with: - // if signer.backend() == nip46 { if signer.backend() == SignerBackend::NostrConnect { let term = console::Term::stderr(); term.write_line("signing event with remote signer...")?; -- cgit v1.2.3