mirror of
https://github.com/daywalker90/cln-nip47.git
synced 2026-08-13 12:33:43 +02:00
remove since filter because we now dedup all events by id
This commit is contained in:
parent
a26eb7a539
commit
1d5bd7c821
1 changed files with 1 additions and 3 deletions
|
|
@ -19,7 +19,6 @@ use tokio::time;
|
|||
|
||||
use crate::{
|
||||
OPT_NOTIFICATIONS,
|
||||
STARTUP_DELAY,
|
||||
nwc_balance::get_balance_response,
|
||||
nwc_hold::{
|
||||
cancel_hold_invoice_response,
|
||||
|
|
@ -105,8 +104,7 @@ pub async fn run_nwc(
|
|||
|
||||
let filter = Filter::new()
|
||||
.kind(Kind::WalletConnectRequest)
|
||||
.author(client_keys_clone.public_key())
|
||||
.since(Timestamp::now() - STARTUP_DELAY - 1);
|
||||
.author(client_keys_clone.public_key());
|
||||
|
||||
let mut notifications = nostr_client_clone.notifications();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue