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

feat: model lightning payment fees #1213

Merged
merged 1 commit into from
Sep 7, 2023
Merged

feat: model lightning payment fees #1213

merged 1 commit into from
Sep 7, 2023

Conversation

Restioson
Copy link
Contributor

@Restioson Restioson commented Sep 4, 2023

Here is how this looks for a payment from the faucet:
image

I'm just not really sure if this is true: is the fee for faucet -> wallet really 0?

This brings us closer to fully implementing #872

Copy link
Contributor

@holzeis holzeis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍 (styling could be nicer 🙈)

I'm just not really sure if this is true: is the fee for faucet -> wallet really 0?

That's correct, only the payer is paying fees.

@Restioson
Copy link
Contributor Author

Restioson commented Sep 7, 2023

LGTM 👍 (styling could be nicer 🙈)

I've got a branch for this (#1245) :) This is just modelling the data and making it available to the frontend

@Restioson
Copy link
Contributor Author

That's correct, only the payer is paying fees.

In that case, should we disable displaying the fee if it's an inbound payment?

@Restioson Restioson added this pull request to the merge queue Sep 7, 2023
@Restioson Restioson mentioned this pull request Sep 7, 2023
4 tasks
Merged via the queue into main with commit 28ccffb Sep 7, 2023
7 checks passed
@Restioson Restioson deleted the model-lightning-fees branch September 7, 2023 12:38
@holzeis
Copy link
Contributor

holzeis commented Sep 7, 2023

That's correct, only the payer is paying fees.

In that case, should we disable displaying the fee if it's an inbound payment?

It will always be 0 so we could as well hide it.

@bonomat
Copy link
Contributor

bonomat commented Sep 7, 2023

That's correct, only the payer is paying fees.

In that case, should we disable displaying the fee if it's an inbound payment?

I guess no, if it is an inbound payment we don't have to display the fee.

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 this pull request may close these issues.

3 participants