From 83b682ab85c28e232222989edfb0140e593c3eea Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Wed, 18 Sep 2024 12:54:08 +0200 Subject: [PATCH] small typo refactor of "used in"/"depends on" (#158) --- 05.md | 2 ++ 07.md | 2 ++ 08.md | 4 +++- 09.md | 4 +++- 10.md | 2 ++ 11.md | 4 +++- 13.md | 4 +++- 14.md | 4 +++- 15.md | 4 +++- 17.md | 4 +++- 10 files changed, 27 insertions(+), 7 deletions(-) diff --git a/05.md b/05.md index be55a41..8ec448c 100644 --- a/05.md +++ b/05.md @@ -2,6 +2,8 @@ `mandatory` +`used in: NUT-08, NUT-15` + --- Melting tokens is the opposite of minting tokens (see [NUT-04][04]). Like minting tokens, melting is a two-step process: requesting a melt quote and melting tokens. Here, we describe both steps. diff --git a/07.md b/07.md index c2ef444..f0f3246 100644 --- a/07.md +++ b/07.md @@ -2,6 +2,8 @@ `optional` +`used in: NUT-17` + --- With the token state check, wallets can ask the mint whether a specific proof is already spent and whether it is in-flight in a transaction. Wallets can also request the witness data that was used to spend a proof. diff --git a/08.md b/08.md index abb8d0f..db62531 100644 --- a/08.md +++ b/08.md @@ -1,6 +1,8 @@ # NUT-08: Lightning fee return -`optional`, `depends on: NUT-05` +`optional` + +`depends on: NUT-05` --- diff --git a/09.md b/09.md index 04c7f4e..924bb0b 100644 --- a/09.md +++ b/09.md @@ -1,6 +1,8 @@ # NUT-09: Restore signatures -`optional` `used in: NUT-13` +`optional` + +`used in: NUT-13` --- diff --git a/10.md b/10.md index 99b131e..18ab303 100644 --- a/10.md +++ b/10.md @@ -2,6 +2,8 @@ `optional` +`used in: NUT-11, NUT-14` + --- An ordinary ecash token is a set of `Proofs` each with a random string `secret`. To spend such a token in a [swap][03] or a [melt][05] operation, wallets include `proofs` in their request each with a unique `secret`. To autorize a transaction, the mint requires that the `secret` has not been seen before. This is the most fundamental spending condition in Cashu, which ensures that a token can't be double-spent. diff --git a/11.md b/11.md index f600666..31eb0ae 100644 --- a/11.md +++ b/11.md @@ -1,6 +1,8 @@ # NUT-11: Pay to Public Key (P2PK) -`optional`, `depends on: NUT-10` +`optional` + +`depends on: NUT-10` --- diff --git a/13.md b/13.md index 0465544..8d4f2ae 100644 --- a/13.md +++ b/13.md @@ -1,6 +1,8 @@ # NUT-13: Deterministic Secrets -`optional` `depends on: NUT-09` +`optional` + +`depends on: NUT-09` --- diff --git a/14.md b/14.md index f3a0791..7fc8cad 100644 --- a/14.md +++ b/14.md @@ -1,6 +1,8 @@ # NUT-14: Hashed Timelock Contracts (HTLCs) -`optional` `depends on: NUT-10` +`optional` + +`depends on: NUT-10` --- diff --git a/15.md b/15.md index 8418312..f898b3d 100644 --- a/15.md +++ b/15.md @@ -1,6 +1,8 @@ # NUT-15: Partial multi-path payments -`optional` `depends on: NUT-05` +`optional` + +`depends on: NUT-05` --- diff --git a/17.md b/17.md index 37edaa3..127d815 100644 --- a/17.md +++ b/17.md @@ -1,6 +1,8 @@ # NUT-17: WebSockets -`optional`, `depends on: NUT-07` +`optional` + +`depends on: NUT-07` ---