This commit is contained in:
callebtc
2023-02-28 15:01:28 +01:00
committed by dni ⚡
parent 370ec7e366
commit f766f9b2c3

View File

@@ -209,6 +209,7 @@ def lnencode(addr, privkey):
) )
data += tagged("r", route) data += tagged("r", route)
elif k == "f": elif k == "f":
# NOTE: there was an error fallback here that's now removed
continue continue
elif k == "d": elif k == "d":
data += tagged_bytes("d", v.encode()) data += tagged_bytes("d", v.encode())