mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-09 07:02:41 -04:00
fixes
This commit is contained in:
parent
d114ea3b72
commit
14ba85efda
18 changed files with 158 additions and 75 deletions
|
@ -488,7 +488,7 @@ reply - reply to an AppCall not handled directly by the server
|
|||
format!("#{}", hex::encode(&message))
|
||||
};
|
||||
|
||||
let id = json_str_u64(&call["id"]);
|
||||
let id = json_str_u64(&call["call_id"]);
|
||||
|
||||
self.inner().ui_sender.add_node_event(format!(
|
||||
"AppCall ({:?}) id = {:016x} : {}",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue