diff --git a/57.md b/57.md index ca16bfd0..ed54d504 100644 --- a/57.md +++ b/57.md @@ -181,7 +181,7 @@ Example zap receipt: * The zap note MAY contain a `preimage` to match against the payment hash of the bolt11 invoice. This isn't really a payment proof, there is no real way to prove that the invoice is real or has been paid. You are trusting the author of the zap note for the legitimacy of the payment. -* The zap note MAY contain a `poll_option` tag used for voting on [poll events](69.md). +* The zap note MAY contain a `poll_option` tag used for voting on [zap poll events](69.md). The zap note is not a proof of payment, all it proves is that some nostr user fetched an invoice. The existence of the zap note implies the invoice as paid, but it could be a lie given a rogue implementation. diff --git a/69.md b/69.md index e5e64e6e..f20a5db7 100644 --- a/69.md +++ b/69.md @@ -118,9 +118,3 @@ Additionally, a tallying client: * MAY display the counts of zap events received for each option, along with other poll statistics Strict adherence to these requirements should enable a standardized means of quantitatively assessing the distribution of opinion regarding a poll's content amongst poll participants, determining a winning outcome, and possibly achieving consensus. However, until this protocol is further tested, refined, and proven robust, polls should probably not be considered authoritative nor binding. - -## TODO - -* refine NIP#69 based on RFC feedback -* implement polls in 1 other client, besides Amethyst -* merge with nostr-protocol/NIPs diff --git a/README.md b/README.md index 5c93e234..87cf08aa 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/fia - [NIP-57: Lightning Zaps](57.md) - [NIP-58: Badges](58.md) - [NIP-65: Relay List Metadata](65.md) -- [NIP-69: Polls](69.md) +- [NIP-69: Zap Polls](69.md) - [NIP-78: Application-specific data](78.md) - [NIP-94: File Metadata](94.md) @@ -82,7 +82,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/fia | `44` | Channel Mute User | [28](28.md) | | `1063` | File Metadata | [94](94.md) | | `1984` | Reporting | [56](56.md) | -| `6969` | Poll | [69](69.md) | +| `6969` | Zap Poll | [69](69.md) | | `9734` | Zap Request | [57](57.md) | | `9735` | Zap | [57](57.md) | | `10000` | Mute List | [51](51.md) |