Skip to content

Commit

Permalink
refer to NUT-07 in P2PK and HTLCs
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Oct 29, 2024
1 parent 83d2503 commit 158c213
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions 10.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ kind <str>,
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
Expand Down
2 changes: 1 addition & 1 deletion 11.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions 14.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 158c213

Please sign in to comment.