mirror of
https://github.com/stakwork/sphinx-key.git
synced 2025-12-17 07:14:23 +01:00
cmd testing
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
{
|
||||
"type": "Ota",
|
||||
"content": {
|
||||
"url": "http://192.168.1.10/sphinx-update-",
|
||||
"version": 0
|
||||
}
|
||||
"type": "GetNonce"
|
||||
}
|
||||
|
||||
@@ -174,7 +174,7 @@ async fn run_test(
|
||||
loop {
|
||||
match eventloop.poll().await {
|
||||
Ok(event) => {
|
||||
// println!("{:?}", event);
|
||||
println!("{:?}", event);
|
||||
if let Some((topic, msg_bytes)) = incoming_bytes(event) {
|
||||
match topic.as_str() {
|
||||
topics::VLS => {
|
||||
|
||||
Reference in New Issue
Block a user