Skip to content

Commit ee7f916

Browse files
authored
change log message (#368)
1 parent 4f7c65d commit ee7f916

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

batcher/aligned/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ async fn receive(
121121
match serde_json::from_slice::<BatchInclusionData>(&data) {
122122
Ok(batch_inclusion_data) => {
123123
info!("Batcher response received: {}", batch_inclusion_data);
124-
info!("Proof verified in aligned. See the batch in the explorer:\nhttps://explorer.alignedlayer.com/batches/0x{}", hex::encode(batch_inclusion_data.batch_merkle_root));
124+
info!("Proof submitted to aligned. See the batch in the explorer:\nhttps://explorer.alignedlayer.com/batches/0x{}", hex::encode(batch_inclusion_data.batch_merkle_root));
125125
}
126126
Err(e) => {
127127
error!("Error while deserializing batcher response: {}", e);

0 commit comments

Comments
 (0)