Fix sign and store to take events by reference

This commit is contained in:
Jon Staab
2025-10-23 05:55:05 -07:00
parent b68701ae59
commit b04c8e99cb
5 changed files with 22 additions and 18 deletions
+2 -2
View File
@@ -76,12 +76,12 @@ The below config file might be saved as `./config/my-relay.example.com` in order
```toml
host = "my-relay.example.com"
schema = "my_relay"
secret = "ce30b1831a4551f4cb7a984033c34ab96d8cf56ff50df9d0c27d9fa5422f2278"
secret = "<hex private key>"
[info]
name = "My relay"
icon = "https://example.com/icon.png"
pubkey = "d9254d9898fd4728f7e2b32b87520221a50f6b8b97d935d7da2de8923988aa6d"
pubkey = "<hex public key>"
description = "A community relay for my friends"
[policy]