Rename storage.rs to database.rs to reduce terminology variants

This commit is contained in:
Franck Royer 2020-12-23 15:17:27 +11:00
parent 5ed18469e4
commit 8c7964bfee
No known key found for this signature in database
GPG key ID: A82ED75A8DFC50A4
10 changed files with 10 additions and 10 deletions

View file

@ -20,10 +20,10 @@ pub mod alice;
pub mod bitcoin;
pub mod bob;
pub mod cli;
pub mod database;
pub mod monero;
pub mod network;
pub mod state;
pub mod storage;
pub mod trace;
pub type Never = std::convert::Infallible;