diff --git a/cmd/crates/stellar-ledger/src/lib.rs b/cmd/crates/stellar-ledger/src/lib.rs index 7d5481eb2..45e8aea4c 100644 --- a/cmd/crates/stellar-ledger/src/lib.rs +++ b/cmd/crates/stellar-ledger/src/lib.rs @@ -84,7 +84,7 @@ unsafe impl Send for LedgerSigner where T: Exchange {} unsafe impl Sync for LedgerSigner where T: Exchange {} /// Returns a new `LedgerSigner` with a native HID transport, e.i. the transport is connected to the Ledger device -/// +/// /// # Errors /// Returns an error if there is an issue with connecting with the device pub fn native() -> Result, Error> {