Skip to content

Commit

Permalink
remove :
Browse files Browse the repository at this point in the history
  • Loading branch information
RustNinja committed Apr 11, 2024
1 parent 0c87fee commit 974a902
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/tendermintx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ impl TendermintXOperator {
// Request the step if the target block is the next block.
match self.request_step_2(trusted_hash, current_block).await {
Ok(request_id) => {
info!("request____start:{}request____end", request_id);
info!("request____start{}request____end", request_id);
info!("Step request submitted: {}", request_id)
}
Err(e) => {
Expand All @@ -342,7 +342,7 @@ impl TendermintXOperator {
.await
{
Ok(request_id) => {
info!("request____start:{}request____end", request_id);
info!("request____start{}request____end", request_id);
info!("Skip request submitted: {}", request_id)
}
Err(e) => {
Expand Down

0 comments on commit 974a902

Please sign in to comment.