Compare commits
1 Commits
3ff87b2b42
...
c9a7ec9f68
Author | SHA1 | Date | |
---|---|---|---|
c9a7ec9f68 |
@ -91,6 +91,7 @@ impl BrainDaemon for BrainDaemonMock {
|
||||
let mut req_stream = req.into_inner();
|
||||
let mut pubkey = String::new();
|
||||
while let Some(daemon_message) = req_stream.next().await {
|
||||
info!("Received a message from daemon {pubkey}: {daemon_message:?}");
|
||||
match daemon_message {
|
||||
Ok(msg) => match msg.msg {
|
||||
Some(daemon_message::Msg::Pubkey(p)) => {
|
||||
|
Loading…
Reference in New Issue
Block a user