diff --git a/umad-05-payreq-request.md b/umad-05-payreq-request.md index a3ab796..b265e5d 100644 --- a/umad-05-payreq-request.md +++ b/umad-05-payreq-request.md @@ -55,7 +55,7 @@ Its structure is: // The sending VASP's signature over sha256_hash( (eg. $alice@vasp1.com) + signatureNonce + signatureTimestamp), "signature": string, "signatureNonce": string, - "signatureTimestamp: number, + "signatureTimestamp": number, // A url which the receiving VASP should call on transaction completion to notify the sending VASP of // the utxos used to complete the transaction. See [UMAD-07](/umad-07-post-tx-hooks.md). "utxoCallback": string|undefined,