1
0
mirror of https://github.com/jb55/nostril.git synced 2025-04-29 22:19:56 -04:00

fix has_kind

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin 2022-04-14 08:44:13 -07:00
parent 68ff7a6282
commit 435380f327

@ -19,7 +19,7 @@
#define HAS_CREATED_AT (1<<1)
#define HAS_KIND (1<<2)
#define HAS_ENVELOPE (1<<2)
#define HAS_ENVELOPE (1<<3)
struct key {
secp256k1_keypair pair;