network: remove auth logging
This commit is contained in:
parent
3e67d2f379
commit
29e683058c
1 changed files with 0 additions and 1 deletions
|
@ -70,7 +70,6 @@ impl ExternalConnection {
|
||||||
let basic_auth = format!("Basic {}", to_base64(&format!("grin:{}", key)));
|
let basic_auth = format!("Basic {}", to_base64(&format!("grin:{}", key)));
|
||||||
req_setup = req_setup
|
req_setup = req_setup
|
||||||
.header(hyper::header::AUTHORIZATION, basic_auth.clone());
|
.header(hyper::header::AUTHORIZATION, basic_auth.clone());
|
||||||
println!("{} auth: {}", addr, basic_auth);
|
|
||||||
}
|
}
|
||||||
let req = req_setup.body(hyper::Body::from(
|
let req = req_setup.body(hyper::Body::from(
|
||||||
r#"{"id":1,"jsonrpc":"2.0","method":"get_version","params":{} }"#)
|
r#"{"id":1,"jsonrpc":"2.0","method":"get_version","params":{} }"#)
|
||||||
|
|
Loading…
Reference in a new issue