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
{{ message }}
This repository has been archived by the owner on Feb 12, 2025. It is now read-only.
The only option currently is to cap fees at 3%, or to not enforce at all.
I am sure that a more sophisticated approach will be developed in time, but until then, it would be good to have an option to allow fees to be up to some higher amount, while still caping them.
Is it possible that an uncapped fee could be more than 100%? For the next few months, people are going to be making many small 'test' payments to try out this new system. And fees are often higher than 3%. But an 'uncapped' fee seems like it opens up an attack vector.
So perhaps a second toggle button to allow fees up to 20%, or a simple slider to select a fee level?
The text was updated successfully, but these errors were encountered:
Comment by dpad85 Thursday Apr 12, 2018 at 18:47 GMT
Are you thinking about Eclair Wallet for this? For eclair node, this value can be changed by the user in eclair.conf and I don't think it need a specific UI widget.
For eclair wallet, however, it could certainly be useful.
Ideally - app would say something like:
"Found a path to pay an invoice but it requires high fee of: xxx sat which is YYY% of the the invoice value.
Do you want to proceed with the payment?"
I know that this introduces a race condition (user clicking OK, but fees changing) - but might be good enough.
Friday Apr 06, 2018 at 15:15 GMT
Originally opened as ACINQ/eclair#548
The only option currently is to cap fees at 3%, or to not enforce at all.
I am sure that a more sophisticated approach will be developed in time, but until then, it would be good to have an option to allow fees to be up to some higher amount, while still caping them.
Is it possible that an uncapped fee could be more than 100%? For the next few months, people are going to be making many small 'test' payments to try out this new system. And fees are often higher than 3%. But an 'uncapped' fee seems like it opens up an attack vector.
So perhaps a second toggle button to allow fees up to 20%, or a simple slider to select a fee level?
The text was updated successfully, but these errors were encountered: