nostril

A C cli tool for creating nostr events
git clone git://jb55.com/nostril
Log | Files | Refs | Submodules | README | LICENSE

commit 6e1bfcca7e501140469552c5355ea889cad5851f
parent 97744c480c9976f95ccd76bdb341fc3619c16eb6
Author: William Casarin <jb55@jb55.com>
Date:   Sun, 22 Sep 2024 09:48:18 +0900

bump tag limits

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
Mnostril.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/nostril.c b/nostril.c @@ -21,8 +21,8 @@ #define VERSION "0.1.3" -#define MAX_TAGS 32 -#define MAX_TAG_ELEMS 16 +#define MAX_TAGS 1024 +#define MAX_TAG_ELEMS 64 #define HAS_CREATED_AT (1<<1) #define HAS_KIND (1<<2)