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:
Antoine Poinsot 2022-08-16 14:53:46 +02:00
commit 20474d4ebf
No known key found for this signature in database
GPG Key ID: E13FC145CD3F4304

View File

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