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 3884e51 commit 8d58a4cCopy full SHA for 8d58a4c
src/sync.rs
@@ -511,7 +511,7 @@ where
511
/// Create the initial message for the set reconciliation flow with a remote peer.
512
pub fn sync_initial_message(&mut self) -> anyhow::Result<crate::ranger::Message<SignedEntry>> {
513
self.info.ensure_open().map_err(anyhow::Error::from)?;
514
- self.store.initial_message().map_err(Into::into)
+ self.store.initial_message()
515
}
516
517
/// Process a set reconciliation message from a remote peer.
0 commit comments