mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-11-30 20:46:33 -05:00
Rename storage.rs to database.rs to reduce terminology variants
This commit is contained in:
parent
5ed18469e4
commit
8c7964bfee
10 changed files with 10 additions and 10 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue