Skip to content

Commit

Permalink
init commit
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbez committed Oct 6, 2021
1 parent d94d949 commit a49faa4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions orchestrator/cosmos_gravity/src/send.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,6 @@ pub async fn send_main_loop(
msg_batch_size: usize,
) {
while let Some(messages) = rx.recv().await {
// TODO: Consider making the chunk size configurable in the cosmos
// configuration.
for msg_chunk in messages.chunks(msg_batch_size) {
match send_messages(
contact,
Expand Down
2 changes: 1 addition & 1 deletion orchestrator/relayer/src/valset_relaying.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ pub async fn relay_valsets(
assert_eq!(cosmos_valset.nonce, latest_nonce);
let confirms = get_all_valset_confirms(grpc_client, latest_nonce).await;
if let Ok(confirms) = confirms {
info!(
debug!(
"Considering cosmos_valset {:?} confirms {:?}",
cosmos_valset, confirms
);
Expand Down

0 comments on commit a49faa4

Please sign in to comment.