You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When eclair receives a keysend it generates a fake matching invoice to be stored in payments.received.
This invoice always gets a generic description "Donation" insted of the message sent by the sender.
keysend is used for more than just sending sats to a peer.
It is used to chat with peers or even to trigger commands, etc.
it should be possible to see this messages from the keysend sender so we can parse them in plugins and interact with our peers.
The text was updated successfully, but these errors were encountered:
I don't think we plan on supporting that at the moment. Keysend was always a somewhat hacky temporary feature, so we only implement what is inside the blip. Our goal is not to support messages through payments, we introduced onion messages for that and Bolt 12 will provide cleaner ways of paying for that kind of scenarios.
version=0.9.0 commit=623f7e4
When eclair receives a keysend it generates a fake matching invoice to be stored in payments.received.
This invoice always gets a generic description "Donation" insted of the message sent by the sender.
keysend is used for more than just sending sats to a peer.
It is used to chat with peers or even to trigger commands, etc.
it should be possible to see this messages from the keysend sender so we can parse them in plugins and interact with our peers.
The text was updated successfully, but these errors were encountered: