Skip to content

Commit

Permalink
Add new log
Browse files Browse the repository at this point in the history
  • Loading branch information
MicroProofs committed Sep 13, 2024
1 parent f00eca0 commit 3cbc36c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ async fn main() -> miette::Result<()> {
.build::<CardanoSyncClient>()
.await;

println!("connected");

let intersect = db.tip().await?;

let mut tip = client.follow_tip(vec![intersect]).await.into_diagnostic()?;
Expand Down

0 comments on commit 3cbc36c

Please sign in to comment.