Fixing typo

This commit is contained in:
Dave Hrycyszyn
2024-07-29 10:41:15 +01:00
parent 2ced899c6b
commit 6b55b0d0a4

View File

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