Skip to content

Commit

Permalink
Log TxResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrit committed Jul 11, 2022
1 parent faed359 commit cdd8eff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions steward/src/somm_send.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
use abscissa_core::tracing::info;
use deep_space::coin::Coin;
use deep_space::error::CosmosGrpcError;
use deep_space::Contact;
Expand Down Expand Up @@ -69,5 +70,7 @@ async fn __send_messages(
.send_transaction(msg_bytes, BroadcastMode::Sync)
.await?;

info!("SubmitCork response: {:?}", response);

contact.wait_for_tx(response, TIMEOUT).await
}

0 comments on commit cdd8eff

Please sign in to comment.