Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bolt 11: add distinct HRP prefix for Bitcoin signet (#844)
Judging from the comment https://github.com/bitcoin/bitcoin/pull/18267/files#r491150895 in the Signet PR all test networks should have the same bech32_hrp prefix (even regtest). That's why 'tb' was chosen for Signet as well. This is not optimal for LN as invoices shouldn't be vague in what network they were issued for. Therefore we add the explicit prefix 'lntbs' for Signet invoices.
- Loading branch information