We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcf4197 commit cc5a2ffCopy full SHA for cc5a2ff
crates/nostr-cli/src/main.rs
@@ -55,7 +55,7 @@ async fn run() -> Result<()> {
55
.embedded_tor();
56
57
// Build client
58
- let opts: Options = ClientOptions::new().connection(connection);
+ let opts: ClientOptions = ClientOptions::new().connection(connection);
59
let client: Client = Client::builder().database(db).opts(opts).build();
60
61
// Add relays
0 commit comments