Drop error type parameter from SignError
authorJeffrey Czyz <jkczyz@gmail.com>
Thu, 7 Mar 2024 22:59:09 +0000 (16:59 -0600)
committerJeffrey Czyz <jkczyz@gmail.com>
Fri, 8 Mar 2024 16:39:23 +0000 (10:39 -0600)
commit9277166a8b10bc0eff18fadc8fcff8a4a6a5673e
tree7d556dcee54970c8ce735905d235c919f5495fd6
parent6b7050e8dc386519558a56acae3835695f9307ec
Drop error type parameter from SignError

SignError allows implementors of SignFunction to return a custom error
type. Drop this as an unconstrained type causes problems with bindings
and isn't useful unless the caller can take some sort of action based on
different errors.
fuzz/src/invoice_request_deser.rs
fuzz/src/offer_deser.rs
fuzz/src/refund_deser.rs
lightning/src/ln/channelmanager.rs
lightning/src/offers/invoice.rs
lightning/src/offers/invoice_request.rs
lightning/src/offers/merkle.rs
lightning/src/offers/test_utils.rs