diff options
| -rw-r--r-- | 57.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -78,7 +78,7 @@ const sats = 21 | |||
| 78 | const amount = sats * 1000 | 78 | const amount = sats * 1000 |
| 79 | const relays = ['wss://nostr-pub.wellorder.net'] | 79 | const relays = ['wss://nostr-pub.wellorder.net'] |
| 80 | const event = encodeURI(JSON.stringify(await signEvent({ | 80 | const event = encodeURI(JSON.stringify(await signEvent({ |
| 81 | kind: [9734], | 81 | kind: 9734, |
| 82 | content: "", | 82 | content: "", |
| 83 | pubkey: senderPubkey, | 83 | pubkey: senderPubkey, |
| 84 | created_at: Math.round(Date.now() / 1000), | 84 | created_at: Math.round(Date.now() / 1000), |