-
Notifications
You must be signed in to change notification settings - Fork 2.2k
[bug]: fee_limit_percent
missing in SendPaymentV2
#7832
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
Comments
When implementing this, it might be a good idea to set a default value for |
Actually, these values should be the default defaults, but we should be able to override the default defaults in |
Hi everyone. |
Hey, if this issue is available, can I try this? |
SendPayment has a FeeLimit field as part of the request that contains (
fixed
orfixed_msat
) and (percent
) values.SendPayment
is also listed as depreciated and that SendPaymentV2 should be used instead.SendPaymentV2
does not have aFeeLimit
field as part of the request, but instead has afee_limit_sat
orfee_limit_msat
field and nofee_limit_percent
.I'm not sure why
SendPayment
is depreciated overSendPaymentV2
(I can't notice any meaningful differences) and I don't understand why the way fee limits are specified has changed, but we should still have the ability to specify the fee limit in terms of a percentage.The text was updated successfully, but these errors were encountered: