Ditching unnecesary wallet sync logger statements

This commit is contained in:
Dave Hrycyszyn
2024-07-29 11:01:03 +01:00
parent 03ecff9541
commit a7a66ad43b

View File

@@ -6,9 +6,7 @@ use bdk::SignOptions;
pub(crate) async fn run() -> anyhow::Result<()> {
tracing::info!("starting htlc flow");
let (dave, sammy) = driver::setup().await?;
tracing::info!("syncing dave wallet");
let _ = dave.sync();
tracing::info!("syncing sammy wallet");
let _ = sammy.sync();
// format a new commitment transaction like in Lightning