aboutsummaryrefslogtreecommitdiff
path: root/include/nostr.hpp
diff options
context:
space:
mode:
authorLibravatar buttercat1791 <mjjurkoic@gmail.com>2024-05-20 22:25:27 -0500
committerLibravatar buttercat1791 <mjjurkoic@gmail.com>2024-05-20 22:25:27 -0500
commita7d3e3d2ce1797fc2b7fc918684777ae75adb822 (patch)
tree0d0d0a1e3e71e828c7092abc46da0352567462f2 /include/nostr.hpp
parentc371b309fcce7a024cd83e08bbbf53971fcf1133 (diff)
Local keypair generation for NIP-46 signing
Diffstat (limited to 'include/nostr.hpp')
-rw-r--r--include/nostr.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/nostr.hpp b/include/nostr.hpp
index 76bacd9..d21a86d 100644
--- a/include/nostr.hpp
+++ b/include/nostr.hpp
@@ -23,6 +23,8 @@ namespace nostr
{
class NostrService;
+// TODO: Create custom exception types for the nostr namespace.
+
class NostrService
{
public: