From 6d8e8532eaba72a59274e3259b4613fb1e435b75 Mon Sep 17 00:00:00 2001 From: Shreya Vissamsetti Date: Thu, 15 Feb 2024 15:01:14 -0800 Subject: [PATCH] Update umad-07-post-tx-hooks.md --- umad-07-post-tx-hooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umad-07-post-tx-hooks.md b/umad-07-post-tx-hooks.md index 26c4437..a1cbae6 100644 --- a/umad-07-post-tx-hooks.md +++ b/umad-07-post-tx-hooks.md @@ -22,7 +22,7 @@ POST { "utxos": { "utxo": string, "amountMsats": number }[], - // Domain name of the VASP. Used when validating the signature. + // Domain name of the VASP calling this endpoint. Used when validating the signature. "vaspDomain": string, // The VASP's signature over sha256_hash(signatureNonce + signatureTimestamp), "signature": string,