-
Notifications
You must be signed in to change notification settings - Fork 406
HRN: Allow to set payer_note
on ChannelManager::pay_for_offer_from_human_readable_name
#3780
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
ChannelManager::pay_for_offer_from_human_readable_name
payer_note
and quantity
on ChannelManager::pay_for_offer_from_human_readable_name
I'm not sure I understand the desire to set The |
It's a spec
Mhh, well, they don't need to use it to re-identify themselves, no? Any case, it would be handy to have. |
I guess I see BOLT 12 offers within a BIP 353 TXT record as a different Thing from normal BOLT 12 offers. They're not allowed to have a fixed amount and ISTM as such they shouldn't really be allowed to require a quantity either. |
payer_note
and quantity
on ChannelManager::pay_for_offer_from_human_readable_name
payer_note
on ChannelManager::pay_for_offer_from_human_readable_name
Alright, that kinda makes sense to me, but we should still do |
Uh oh!
There was an error while loading. Please reload this page.
Currently,
ChannelManager::pay_for_offer_from_human_readable_name
only allows setting theamount_msat
andmax_total_routing_fee_msat
parameters. It should also support setting all the other parameters ofpay_for_offer
, i.e.,,,quantity
payer_note
in particular.The text was updated successfully, but these errors were encountered: