Qualify the BOLT 12 semantic error
authorJeffrey Czyz <jkczyz@gmail.com>
Thu, 13 Jul 2023 21:28:55 +0000 (16:28 -0500)
committerJeffrey Czyz <jkczyz@gmail.com>
Fri, 14 Jul 2023 20:04:43 +0000 (15:04 -0500)
commit3234136f57976d3adca795b611b251c557d3054a
tree701f3d7f60c8344b6ea51758d67ce6ad895415cf
parent5627d7cc1f94815915422e669e2f29a1a7854fc4
Qualify the BOLT 12 semantic error

To avoid a naming conflict in bindings with BOLT 11 semantic error,
qualify the BOLT 12 semantic error type.
fuzz/src/invoice_request_deser.rs
fuzz/src/offer_deser.rs
fuzz/src/refund_deser.rs
lightning/src/offers/invoice.rs
lightning/src/offers/invoice_error.rs
lightning/src/offers/invoice_request.rs
lightning/src/offers/offer.rs
lightning/src/offers/parse.rs
lightning/src/offers/refund.rs