Skip to content

Commit 329cb8d

Browse files
committed
test(express): add supertests
TICKET: WP-5445
1 parent ae3b367 commit 329cb8d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

modules/express/src/typedRoutes/api/v2/signerMacaroon.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@ export const SignerMacaroonResponse = {
4343
/**
4444
* Lightning - Create signer macaroon
4545
*
46-
* This is only used for self-custody lightning. Create the signer macaroon for the watch-only Lightning Network Daemon (LND) node. This macaroon derives from the signer node admin macaroon and is used by the watch-only node to request signatures from the signer node for operational tasks. Returns the updated wallet with the encrypted signer macaroon in the `coinSpecific` response field.
46+
* This is only used for self-custody lightning.
47+
* Create the signer macaroon for the watch-only Lightning Network Daemon (LND) node.
48+
* This macaroon derives from the signer node admin macaroon and is used by the watch-only node to request signatures from the signer node for operational tasks.
49+
* Returns the updated wallet with the encrypted signer macaroon in the `coinSpecific` response field.
4750
*
4851
* @operationId express.lightning.signerMacaroon
4952
*/

0 commit comments

Comments
 (0)