commit 514d9f42013d4b8e53e4c1612c7d95c31a808419
parent 68e9c127f971bfdd0f74f897c0edad2e3cc86b46
Author: William Casarin <jb55@jb55.com>
Date: Thu, 22 Dec 2022 16:07:52 -0800
bolt11: fix another crash on unknown fields
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/damus-c/bolt11.c b/damus-c/bolt11.c
@@ -553,7 +553,7 @@ struct bolt11 *bolt11_decode_nosig(const tal_t *ctx, const char *str, u5 **sig,
case 'n':
problem = decode_n(b11, &hu5, &data,
&data_len, data_length,
- have_n);
+ &have_n);
break;
case 'x':