Correctly refer to pay_for_offer_from_hrn in pay_for_offer docs#4540
Correctly refer to pay_for_offer_from_hrn in pay_for_offer docs#4540TheBlueMatt wants to merge 1 commit intolightningdevkit:mainfrom
pay_for_offer_from_hrn in pay_for_offer docs#4540Conversation
|
I've assigned @wpaulino as a reviewer! |
|
I've reviewed the full diff and surrounding context. The prior review already caught the only issue — the missing verb "use" before No new issues found. My prior review already identified the one grammar nit in this docs-only change (missing verb "use" before |
If a `pay_for_offer` call comes in that was for an HRN, downstream code should instead call `pay_for_offer_from_hrn`, not `pay_for_offer`.
fa4f1fc to
3902908
Compare
|
🔔 1st Reminder Hey @wpaulino! This PR has been waiting for your review. |
If a
pay_for_offercall comes in that was for an HRN, downstream code should instead callpay_for_offer_from_hrn, notpay_for_offer.