aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLibravatar buttercat1791 <mjjurkoic@gmail.com>2024-05-18 14:04:26 -0500
committerLibravatar buttercat1791 <mjjurkoic@gmail.com>2024-05-18 14:04:26 -0500
commitcc62edbea123e64cc7bc8145721c97359249f64c (patch)
tree1010857ecbcea902b29d361ae5066ac729293c7c /src
parent715cb1d2f05e73ef7b9a5992ad146e82bbc2d931 (diff)
Split signer interface into two
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