Skip to content

Commit 6834046

Browse files
committed
Add TODO comment.
1 parent b3aba20 commit 6834046

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

linera-core/src/client/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1723,6 +1723,7 @@ where
17231723
.update_local_node_with_blobs_from(blob_ids, remote_node)
17241724
.await
17251725
{
1726+
// TODO(#2875): Distinguish local and remote errors properly.
17261727
warn!("Error updating local node with blobs: {error}");
17271728
} else {
17281729
continue; // We found the missing blobs: retry.

0 commit comments

Comments
 (0)