]> git.bitcoin.ninja Git - rust-lightning/commit
Correct documentation about Refund::payer_id
authorJeffrey Czyz <jkczyz@gmail.com>
Tue, 20 Dec 2022 04:33:01 +0000 (22:33 -0600)
committerJeffrey Czyz <jkczyz@gmail.com>
Fri, 6 Jan 2023 04:38:31 +0000 (22:38 -0600)
commit7964b9f745a18c1abeabb11b165bb588ef1474f2
treed3112ddb76ccf77ff6e9144d3298528abd8d2338
parent8e36737dac6f797c1a0cee5f727234686d486787
Correct documentation about Refund::payer_id

The docs incorrectly stated that Refund::payer_id is for signing, where
it is only used for identifying a node if Refund::paths is not present.
lightning/src/offers/refund.rs