We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Despite adding a note to the invoice (which correctly shows up on the sender side) the memo field is not being stored on the receiver side.
In the API when querying transactions all:
"memo": null,
for every:
"direction": "RECEIVE",
In the mobile wallet intraledger transactions have a Description:
Description
From <USERNAME>
The LN transactions are just:
Invoice
The text was updated successfully, but these errors were encountered:
Reported previously in #2449, closing in favor of the previous discussion.
Sorry, something went wrong.
No branches or pull requests
Despite adding a note to the invoice (which correctly shows up on the sender side) the memo field is not being stored on the receiver side.
In the API when querying transactions all:
for every:
In the mobile wallet intraledger transactions have a
Description
:The LN transactions are just:
The text was updated successfully, but these errors were encountered: