]> git.bitcoin.ninja Git - rust-lightning/commit
Allow `_` in `Hostname`s
authorMatt Corallo <git@bluematt.me>
Mon, 30 Sep 2024 18:03:12 +0000 (18:03 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 30 Sep 2024 18:04:01 +0000 (18:04 +0000)
commit829dc34d103ef921f2346fb7e9dc1aa8fb9212e9
treebb4257aed8fb892b305a31ed78fd9cab1c151f32
parent75d20e5a5c23eac3ce0850cc9969a6b7feeae807
Allow `_` in `Hostname`s

These are perfectly fine and are relied on by BIP 353, so we need
to ensure we allow them.
lightning/src/util/ser.rs