aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLibravatar Michael Jurkoic <mjjurkoic@gmail.com>2024-04-30 00:20:05 -0500
committerLibravatar Michael Jurkoic <mjjurkoic@gmail.com>2024-04-30 00:20:05 -0500
commit1417e31b8d9c181b4c35ff4f50d65125d958689b (patch)
tree8c60f5ce027e55cb5ee19501ed00d0901a740a43 /include
parentb05e6adca19038f2d4efdd41df030a890344ef5a (diff)
Ensure first queryRelay unit test passes
Diffstat (limited to 'include')
-rw-r--r--include/nostr.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/nostr.hpp b/include/nostr.hpp
index dab4d71..a59bd33 100644
--- a/include/nostr.hpp
+++ b/include/nostr.hpp
@@ -114,7 +114,7 @@ struct Filters
* @remarks The Nostr client is responsible for managing subscription IDs. Responses from the
* relay will be organized by subscription ID.
*/
- std::string serialize(std::string subscriptionId);
+ std::string serialize(std::string& subscriptionId);
private:
/**