Skip to content

Commit 355f897

Browse files
committed
chore: fix sign_soroban_auth rustdoc
1 parent c385f26 commit 355f897

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • cmd/soroban-cli/src/signer

cmd/soroban-cli/src/signer/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ pub enum Error {
4545
Decode(#[from] stellar_strkey::DecodeError),
4646
}
4747

48-
/// Use the given source_key and signers, to sign all SorobanAuthorizationEntry's in the given
49-
/// transaction.
48+
/// Sign all SorobanAuthorizationEntry's in the transaction with the given signers. Returns a new
49+
/// transaction with the signatures added to each SorobanAuthorizationEntry.
5050
///
5151
/// If no SorobanAuthorizationEntry's need signing (including if none exist), return Ok(None).
5252
///

0 commit comments

Comments
 (0)