From 158c213dde4193377af3b1fe2c157bfe3d637b13 Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Wed, 30 Oct 2024 00:52:52 +0100 Subject: [PATCH] refer to NUT-07 in P2PK and HTLCs --- 10.md | 1 + 11.md | 2 +- 14.md | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/10.md b/10.md index 18ab303..70f52e6 100644 --- a/10.md +++ b/10.md @@ -54,6 +54,7 @@ kind , Example use cases of this secret format are - [NUT-11][11]: Pay-to-Public-Key (P2PK) +- [NUT-14][14]: Hashed Timelock Contracts (HTLCs) [00]: 00.md [01]: 01.md diff --git a/11.md b/11.md index 31eb0ae..b84619f 100644 --- a/11.md +++ b/11.md @@ -118,7 +118,7 @@ The `B_` of each output is **signed as bytes** which comes from the original hex } ``` -The `signatures` are an array of signatures in hex. +The `signatures` are an array of signatures in hex. The witness for a spent proof can be obtained with a `Proof` state check (see [NUT-07][07]). ### Multisig diff --git a/14.md b/14.md index 7fc8cad..8dbeac6 100644 --- a/14.md +++ b/14.md @@ -58,6 +58,8 @@ See [NUT-11][11] for a description of the signature scheme, the additional use o } ``` +The witness for a spent proof can be obtained with a `Proof` state check (see [NUT-07][07]). + [00]: 00.md [01]: 01.md [02]: 02.md