Skip to content

Commit ac1f21e

Browse files
committed
fix copilot comment
1 parent 0eb31d2 commit ac1f21e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/auth.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ import { nativeToScVal } from './scval';
1717
* whose hash you should sign, so that you can inspect the entire structure
1818
* if necessary (rather than blindly signing a hash)
1919
*
20-
* @returns {
21-
* Promise<Uint8Array | {signature: Uint8Array, publicKey: string}>
22-
* } the signature of the raw payload (which is the sha256 hash of the preimage
20+
* @returns {Promise<Uint8Array | {signature: Uint8Array, publicKey: string}>}
21+
* the signature of the raw payload (which is the sha256 hash of the preimage
2322
* bytes, so `hash(preimage.toXDR())`) either naked, implying it is signed
2423
* by the key corresponding to the public key in the entry you pass to
2524
* {@link authorizeEntry} (decipherable from its

0 commit comments

Comments
 (0)