Bitcoin keys now being produced per-node

This commit is contained in:
Dave Hrycyszyn
2024-06-18 16:32:32 +01:00
parent 4cf6513959
commit f5da5af0b9
8 changed files with 66 additions and 22 deletions

View File

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