Compare commits
1 Commits
795da62649
...
68c1fdef57
Author | SHA1 | Date | |
---|---|---|---|
68c1fdef57 |
@ -99,7 +99,6 @@ impl BrainDaemon for BrainDaemonMock {
|
|||||||
let mut req_stream = req.into_inner();
|
let mut req_stream = req.into_inner();
|
||||||
let pubkey: String;
|
let pubkey: String;
|
||||||
if let Some(Ok(msg)) = req_stream.next().await {
|
if let Some(Ok(msg)) = req_stream.next().await {
|
||||||
log::debug!("demon_messages received the following auth message: {:?}", msg.msg);
|
|
||||||
if let Some(daemon_message::Msg::Auth(auth)) = msg.msg {
|
if let Some(daemon_message::Msg::Auth(auth)) = msg.msg {
|
||||||
pubkey = auth.pubkey.clone();
|
pubkey = auth.pubkey.clone();
|
||||||
check_sig_from_parts(
|
check_sig_from_parts(
|
||||||
|
Loading…
Reference in New Issue
Block a user