mirror of
https://github.com/stakwork/sphinx-key.git
synced 2025-12-18 15:54:31 +01:00
policy stored in flash, more FlashPersister impls, handle_control_response util, ControlResponse::Error, simple policy
This commit is contained in:
@@ -134,7 +134,8 @@ async fn main() -> Result<(), Box<dyn Error>> {
|
||||
let InitResponse {
|
||||
root_handler,
|
||||
init_reply: _,
|
||||
} = sphinx_key_signer::init(init_msg, network).expect("failed to init signer");
|
||||
} = sphinx_key_signer::init(init_msg, network, &Default::default())
|
||||
.expect("failed to init signer");
|
||||
// the actual handler loop
|
||||
loop {
|
||||
match eventloop.poll().await {
|
||||
|
||||
Reference in New Issue
Block a user