mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-03 03:56:22 -04: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
|
@ -4,8 +4,8 @@ use monero_harness::{image, Monero};
|
|||
use rand::rngs::OsRng;
|
||||
use std::sync::Arc;
|
||||
use swap::{
|
||||
alice, alice::swap::AliceState, bitcoin, bob, bob::swap::BobState, monero,
|
||||
network::transport::build, storage::Database, SwapAmounts,
|
||||
alice, alice::swap::AliceState, bitcoin, bob, bob::swap::BobState, database::Database, monero,
|
||||
network::transport::build, SwapAmounts,
|
||||
};
|
||||
use tempfile::tempdir;
|
||||
use testcontainers::{clients::Cli, Container};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue