diff --git a/THROWER.md b/THROWER.md index a492e6e..b5e8b1a 100644 --- a/THROWER.md +++ b/THROWER.md @@ -18,7 +18,7 @@ I am a Thrower - an anonymizing node that provides location privacy for Nostr us "kind": 22222, "pubkey": "", // Not important to me "content": "", // This is what I need - "tags": [["p", ""]], + "tags": [["p", ""]], // This is directed to me "created_at": , "id": "", "sig": "" @@ -41,8 +41,8 @@ I am a Thrower - an anonymizing node that provides location privacy for Nostr us { "event": { /* Final event or inner wrapped event */ }, "routing": { /* My routing instructions from builder */ - "relays": ["wss://relay1.com", "wss://relay2.com"], - "delay": 30, + "relays": ["wss://relay1.com", "wss://relay2.com"], // Throw to these relays + "delay": 30, // Wait 30 seconds "p": "next_thrower_pubkey", // Optional - missing means final posting "audit": "audit_tag", // Required audit tag "payment": "eCash_token", // Optional