We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d99ac4 commit 8bee2e8Copy full SHA for 8bee2e8
hermes/src/aggregate/wormhole_merkle.rs
@@ -114,7 +114,7 @@ pub fn construct_message_states_proofs(
114
}
115
116
pub fn construct_update_data(mut messages: Vec<RawMessageWithMerkleProof>) -> Result<Vec<Vec<u8>>> {
117
- tracing::info!("Constructing update data for {} messages", messages.len());
+ tracing::debug!("Constructing update data for {} messages", messages.len());
118
119
messages.sort_by_key(|m| m.slot);
120
@@ -140,7 +140,7 @@ pub fn construct_update_data(mut messages: Vec<RawMessageWithMerkleProof>) -> Re
140
141
142
143
- tracing::info!(
+ tracing::debug!(
144
slot = slot,
145
"Combining {} messages in a single updateData",
146
updates.len()
0 commit comments