From 0db027efd803bb777dff58dee9f5edb36a470cd9 Mon Sep 17 00:00:00 2001 From: Andrew Camilleri Date: Fri, 14 Apr 2023 09:25:24 +0200 Subject: [PATCH] Update 15750.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Hampus Sjöberg --- 15750.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/15750.md b/15750.md index f0c5a4f..31be83c 100644 --- a/15750.md +++ b/15750.md @@ -14,7 +14,7 @@ The BTCPay Server Coinjoin plugin offers a coinjoin endpoint discovery feature o This NIP introduces a NIP16 replaceable kind `15750`, with the following tags: * `type`: Signals what kind of coinjoin protocol is being provided. In the case of the BTCPay Server coinjoin plugin, this is `wabisabi`. Other possible options could be `whirlpool`, `bip78`, `joinmarket`, etc. * `network`: Signals the bitcoin network the coinjoin protocol is operating on. Always lowercase, can be `mainnet`,`testnet`, `signet`, `regtest`. -* `endpoint`: A URI of where a user may connect to to interact with the coinjoin. +* `endpoint`: A URI of where a user may connect to interact with the coinjoin. The content of the event COULD be used to describe the coinjoin endpoint, such as fees, round parameters, etc.