Skip to content

Commit

Permalink
add println for CLI upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
austinabell committed Sep 26, 2024
1 parent 4967c1a commit ce0b5d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ async fn main() -> anyhow::Result<()> {
.watch()
.await?;
tracing::debug!(target: "blobstream0::cli", "Upgraded proxy contract to new implementation");
println!("Upgraded proxy contract to {}", implementation.address());
}
BlobstreamCli::Service(service) => service.start().await?,
}
Expand Down

0 comments on commit ce0b5d9

Please sign in to comment.