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
1 changed files with 1 additions and 1 deletions

View File

@ -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;