aboutsummaryrefslogtreecommitdiff
path: root/include/nostr.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/nostr.hpp')
-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:
/**