Files
purple-electrumwallet/tests
f321x 306cac192b lnaddr: rename LnAddr -> bolt11
The LnAddr, lndecode and lnencode naming didn't imply that it is
bolt 11 specific, making it confusing to work with, now that there are
also bolt 12 "lnaddr".
Renaming it to *bolt11* creates a clear separation to bolt 12 things and
reduces mental load.

This commit is pure renaming (using the PyCharm IDE refactor function),
except for the removal of the `object` inheritance of LnAddr/BOLT11Addr,
this is Python 2 legacy.
2026-04-27 16:28:19 +02:00
..
2026-03-20 18:12:55 +00:00
2026-04-27 16:28:19 +02:00
2026-03-20 18:12:55 +00:00
2026-04-27 16:28:19 +02:00
2025-08-27 15:31:43 +02:00
2024-06-10 20:22:20 +00:00