Move state.rs under database module

The types in state are only used for the database
This commit is contained in:
Franck Royer 2020-12-23 15:20:24 +11:00
parent 8c7964bfee
commit b410de01df
No known key found for this signature in database
GPG key ID: A82ED75A8DFC50A4
8 changed files with 26 additions and 22 deletions

View file

@ -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;