Merge #12: Make commands module public
8b95b9f449f41b1f158815ec8d8b062069fae155 Make commands module public (edouard)
Pull request description:
It allows the gui to import commands
responses structs.
ACKs for top commit:
darosior:
ACK 8b95b9f449f41b1f158815ec8d8b062069fae155
Tree-SHA512: 3ccfd5acae8e02bf3dd3e14cbb89be86c4dca21bd7699ba633b0cc04a22c5701cc9ce0f4c62442dca8e5a1075bd3666d52b6deaa5241d622f50e9e672c0c5dd0
This commit is contained in:
commit
20474d4ebf
@ -1,5 +1,5 @@
|
||||
mod bitcoin;
|
||||
mod commands;
|
||||
pub mod commands;
|
||||
pub mod config;
|
||||
#[cfg(unix)]
|
||||
mod daemonize;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user