aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/signer/noscrypt_signer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/signer/noscrypt_signer.cpp b/src/signer/noscrypt_signer.cpp
index a798271..4e5fa2a 100644
--- a/src/signer/noscrypt_signer.cpp
+++ b/src/signer/noscrypt_signer.cpp
@@ -8,7 +8,7 @@ namespace nostr
{
namespace signer
{
-class NoscryptSigner : public ISigner
+class NoscryptSigner : public INostrConnectSigner
{
public:
void receiveConnection(string connectionToken) override