Skip to content
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

Wrong payment information in relay details #167

Open
mroxso opened this issue Oct 31, 2023 · 2 comments
Open

Wrong payment information in relay details #167

mroxso opened this issue Oct 31, 2023 · 2 comments

Comments

@mroxso
Copy link

mroxso commented Oct 31, 2023

It seems like there is a bug in the payment calculation (not the real calculation, but the information about the relay calculation).
Example:

  1. I set up a relay and users need to pay 1k sats.
  2. I add the relay to my profile on Amethyst and then I take a look at the relay information. There is 1 sat displayed as payment
  3. I can also verify this issue in noStrudel.ninja when clicking on the relay.

The payment information seems off.
However the calculation of the actual payment seems to work fine.

@thesimplekid
Copy link
Contributor

looks like sats vs msats causing me problems once again. There is a unit field in the response but maybe clients don't use it. Easy enough fix to return the response in msats #169

@thesimplekid
Copy link
Contributor

Closed by: 5e45bf7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants