Skip to content

Commit

Permalink
use sender UMA only
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyav committed Feb 15, 2024
1 parent e26151f commit e8a996d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions umad-06-payreq-response.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ The full structure of the LNURLP response is:
// A url which the sending VASP should call on transaction completion to notify the receiving VASP of
// the utxos used to complete the transaction. See [UMAD-07](/umad-07-post-tx-hooks.md).
"utxoCallback": string,
// The receiving VASP's signature over sha256_hash(<sender UMA> (eg. [email protected]) + <receiver UMA> (eg. [email protected]) +
// signatureNonce + signatureTimestamp)
// The receiving VASP's signature over sha256_hash(<sender UMA> (eg. [email protected]) + signatureNonce + signatureTimestamp).
"signature": string,
"signatureNonce": string,
"signatureTimestamp": number, // in seconds since epoch
Expand Down

0 comments on commit e8a996d

Please sign in to comment.