From 514d9f42013d4b8e53e4c1612c7d95c31a808419 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Thu, 22 Dec 2022 16:07:52 -0800 Subject: [PATCH] bolt11: fix another crash on unknown fields --- damus-c/bolt11.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/damus-c/bolt11.c b/damus-c/bolt11.c index 027b0bdf..14e078b4 100644 --- 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':