cargo fmt

This commit is contained in:
Lorenzo Tucci 2023-10-07 19:02:11 +03:00
parent c0e759e9f2
commit 4e631759b2
No known key found for this signature in database
GPG key ID: D98C4FA2CDF590A0
4 changed files with 198 additions and 200 deletions

View file

@ -226,7 +226,9 @@ impl Context {
bitcoin_wallet: Some(bob_bitcoin_wallet),
monero_wallet: Some(bob_monero_wallet),
config,
db: open_db(db_path).await.expect("Could not open sqlite database"),
db: open_db(db_path)
.await
.expect("Could not open sqlite database"),
monero_rpc_process: None,
swap_lock: Arc::new(SwapLock::new()),
}