Move bech32 parsing tests to the parse module
authorJeffrey Czyz <jkczyz@gmail.com>
Fri, 22 Sep 2023 20:05:49 +0000 (15:05 -0500)
committerJeffrey Czyz <jkczyz@gmail.com>
Tue, 24 Oct 2023 18:09:15 +0000 (13:09 -0500)
commit5fc4abc5cd756ec6e7a0ea4af1abddbb58308d49
treef8bc175100382e410b67721720645e69615bfe10
parentd2242f604dc7c5c51de8f5612274ca73c2bb809a
Move bech32 parsing tests to the parse module

Additional BOLT 12 tests specific to Offer were added, which will live
in the offer module. Thus, it makes sense to move the bech32 tests to
the parse module.
lightning/src/offers/offer.rs
lightning/src/offers/parse.rs