Don't require Refund::description in API
authorJeffrey Czyz <jkczyz@gmail.com>
Wed, 24 Apr 2024 18:59:01 +0000 (13:59 -0500)
committerJeffrey Czyz <jkczyz@gmail.com>
Fri, 26 Apr 2024 23:14:30 +0000 (18:14 -0500)
commitdb7e69667303fb4ba8c2ae6e792d09442260d7ad
tree943f00bf00b320cc8897557e5f9da0bcd14706e9
parent48cba2954b245f351c875c36fd22a7173d532ebe
Don't require Refund::description in API

Refunds currently require a description, though this may change to be
optional. Remove the description requirement from the API, setting and
empty string by default.
lightning/src/ln/channelmanager.rs
lightning/src/ln/offers_tests.rs
lightning/src/offers/invoice.rs
lightning/src/offers/refund.rs