mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-11-30 20:46:33 -05:00
Move state.rs under database module
The types in state are only used for the database
This commit is contained in:
parent
8c7964bfee
commit
b410de01df
8 changed files with 26 additions and 22 deletions
|
|
@ -23,7 +23,6 @@ pub mod cli;
|
|||
pub mod database;
|
||||
pub mod monero;
|
||||
pub mod network;
|
||||
pub mod state;
|
||||
pub mod trace;
|
||||
|
||||
pub type Never = std::convert::Infallible;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue