Make commands module public

It allows the gui to import commands
responses structs.
This commit is contained in:
edouard 2022-08-15 16:39:05 +02:00
parent 6451506dcb
commit 8b95b9f449

View File

@ -1,5 +1,5 @@
mod bitcoin;
mod commands;
pub mod commands;
pub mod config;
#[cfg(unix)]
mod daemonize;