mirror of
https://github.com/lnbits/lnbits.git
synced 2025-10-04 18:33:10 +02:00
comment
This commit is contained in:
@@ -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())
|
||||||
|
Reference in New Issue
Block a user