In new version (for now in master branch) `NostrSigner::public_key` return the user public key.

In the last release depends by the signer, but during my tests I saw that the same key is used (so the signer key match the user one), at least in amber and nsec.app.

Reply to this note

Please Login to reply.

Discussion

Ok, ill check it out but it looks like I have some refactoring to do now that NostrSigner is now a dynamic trait.

Please also check part 2 of the last upgrade, might be easier to read and add some clarifications: https://github.com/nostr-protocol/nips/pull/1553

Thanks!