Compare commits

..

1 Commits

Author SHA1 Message Date
68c1fdef57
added auth 2025-02-04 02:49:53 +02:00

@ -99,7 +99,6 @@ impl BrainDaemon for BrainDaemonMock {
let mut req_stream = req.into_inner();
let pubkey: String;
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 {
pubkey = auth.pubkey.clone();
check_sig_from_parts(