mirror of
https://github.com/stakwork/sphinx-key.git
synced 2026-01-27 03:14:25 +01:00
tester: add ota control message sends to ctrl bin
This commit is contained in:
@@ -2,7 +2,9 @@ use anyhow::Result;
|
||||
use sphinx_auther::nonce;
|
||||
use sphinx_auther::secp256k1::{PublicKey, SecretKey};
|
||||
use sphinx_auther::token::Token;
|
||||
pub use sphinx_glyph::types::{Config, ControlMessage, ControlResponse, Interval, Policy};
|
||||
pub use sphinx_glyph::types::{
|
||||
Config, ControlMessage, ControlResponse, Interval, OtaParams, Policy,
|
||||
};
|
||||
use std::sync::{Arc, Mutex};
|
||||
|
||||
// u64 is the nonce. Each signature must have a higher nonce
|
||||
|
||||
Reference in New Issue
Block a user