mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-11 16:57:39 +00:00
pubKey was always event.pubKey (the NIP-42 signer is the authenticated identity), so the parameter was pure redundancy. onAuthenticated(event) and authorize(event) now read event.pubKey directly; the engine still commits cmd.event.pubKey. Removes the now-unused HexKey imports from IRelayPolicy and PolicyStack.