Update 15750.md

Co-authored-by: Hampus Sjöberg <hampus.sjoberg@protonmail.com>
This commit is contained in:
Andrew Camilleri 2023-04-14 09:25:24 +02:00 committed by GitHub
parent 98c0893e10
commit 0db027efd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: 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. * `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`. * `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. The content of the event COULD be used to describe the coinjoin endpoint, such as fees, round parameters, etc.