diff --git a/client/src/client_sync/mod.rs b/client/src/client_sync/mod.rs index df35498..ca9decf 100644 --- a/client/src/client_sync/mod.rs +++ b/client/src/client_sync/mod.rs @@ -86,7 +86,7 @@ macro_rules! define_jsonrpc_minreq_client { Self { inner } } - /// Creates a client to a bitcoind JSON-RPC server without authentication. + /// Creates a client to a bitcoind JSON-RPC server with authentication. pub fn new_with_auth(url: &str, auth: Auth) -> Result { if matches!(auth, Auth::None) { return Err(Error::MissingUserPassword);