From f766f9b2c311e0a6a7839acdff684f4773729fa8 Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Tue, 28 Feb 2023 15:01:28 +0100 Subject: [PATCH] comment --- lnbits/bolt11.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lnbits/bolt11.py b/lnbits/bolt11.py index d22f3172..99cf81f2 100644 --- a/lnbits/bolt11.py +++ b/lnbits/bolt11.py @@ -209,6 +209,7 @@ def lnencode(addr, privkey): ) data += tagged("r", route) elif k == "f": + # NOTE: there was an error fallback here that's now removed continue elif k == "d": data += tagged_bytes("d", v.encode())