Skip to content

Commit

Permalink
Move back kycstatus because it's still needed in the lnurlpresponse
Browse files Browse the repository at this point in the history
  • Loading branch information
jklein24 committed Feb 19, 2024
1 parent d39f23c commit f5957f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions umad-04-lnurlp-response.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ The full structure of the LNURLP response is:
// UMA-specific authentication and compliance info.
"compliance" {
"isSubjectToTravelRule": boolean, // true if VASP2 needs travel rule info
"kycStatus": KycStatus, // [enum] KYC state indicating whether the receiver is a KYC'd customer of VASP2.
"signature": string, // hex encoded
"signatureNonce": string,
"signatureTimestamp": number, // secs since epoch
Expand Down
2 changes: 0 additions & 2 deletions umad-06-payreq-response.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ The full structure of the LNURLP response is:
},
"payeeData": {
"compliance": {
// [enum] KYC state indicating whether the receiver is a KYC'd customer of VASP2.
"kycStatus": KycStatus,
// Public key of the recipient node for pre-screening.
"nodePubKey": string,
// A list of the expected UTXOs over which the receiver may receive the transaction (receiver's channels).
Expand Down

0 comments on commit f5957f1

Please sign in to comment.