Skip to content

Commit

Permalink
examples/aggregated-query.rs:
Browse files Browse the repository at this point in the history
Some(Duration::from_secs(10)).unwrap(),
  • Loading branch information
RandyMcMillan committed Dec 11, 2024
1 parent 36dd68a commit c12ee0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/nostr-sdk/examples/aggregated-query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ async fn main() -> Result<()> {
.fetch_events_from(
["wss://nostr.oxtr.dev"],
vec![filter],
Some(Duration::from_secs(10)),
Some(Duration::from_secs(10)).unwrap(),
)
.await?;
client.force_remove_relay("wss://nostr.oxtr.dev").await?;
Expand Down

0 comments on commit c12ee0a

Please sign in to comment.