Bitcoin keys now load into SideNode

This commit is contained in:
Dave Hrycyszyn
2024-06-18 17:03:31 +01:00
parent 706a671902
commit 8e7d24ec7b
3 changed files with 24 additions and 11 deletions

View File

@@ -6,7 +6,7 @@ use tokio::{sync::mpsc, task};
use websocket::WebSocketClient;
pub mod bft_crdt_keys;
pub(crate) mod bitcoin_keys;
pub mod bitcoin_keys;
pub(crate) mod cli;
pub mod crdt;
pub(crate) mod init;