Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit 73be7c9

Browse files
committed
Merge #20: typo: new_with_auth
e852994 typo: new_with_auth (Jose Storopoli) Pull request description: Fixes a typo in `new_with_auth` that should be "with authentication" instead of "without authentication" ACKs for top commit: tcharding: ACK e852994 Tree-SHA512: a837d4a351e8ea87dd371a59cff67762025a744a6fe4b86ce5553f388ce4c9e08ada985c0395081661048873a207e6ecf26ce853425abfce417109f3e4718fe5
2 parents 4b0bd28 + e852994 commit 73be7c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/client_sync/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ macro_rules! define_jsonrpc_minreq_client {
8686
Self { inner }
8787
}
8888

89-
/// Creates a client to a bitcoind JSON-RPC server without authentication.
89+
/// Creates a client to a bitcoind JSON-RPC server with authentication.
9090
pub fn new_with_auth(url: &str, auth: Auth) -> Result<Self> {
9191
if matches!(auth, Auth::None) {
9292
return Err(Error::MissingUserPassword);

0 commit comments

Comments
 (0)