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

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