derive Debug for Daemon

This commit is contained in:
Sosthene00 2024-03-21 18:05:46 +01:00
parent d816115929
commit a28f40fa0c

View File

@ -118,6 +118,7 @@ fn rpc_connect(rpcwallet: Option<String>) -> Result<Client> {
)))
}
#[derive(Debug)]
pub struct Daemon {
// p2p: Mutex<Connection>,
rpc: Client,