Skip to content

Commit ce89f6c

Browse files
committed
f Drop Ok
1 parent 2eea1fe commit ce89f6c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/access.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,7 @@ where
6868
.lock()
6969
.unwrap()
7070
.sync(&self.blockchain, sync_options)
71-
.map_err(|e| Error::Bdk(e))?;
72-
73-
Ok(())
71+
.map_err(|e| Error::Bdk(e))?
7472
}
7573

7674
pub(crate) async fn sync(&self, confirmables: Vec<&(dyn Confirm + Sync)>) -> Result<(), Error> {

0 commit comments

Comments
 (0)