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
Looks like it's caused by no route being found to try excluding when the fees are above the exemptfee amount you've set. I patched it to check for nulls before attempting an exclude, if you've got a testcase to try it out against that'd be great.
Issue and Steps to Reproduce
You can use the invoice below to reproduce (but be sure to apply the parameters):
That causes the following error:
However, calling just
pay <bolt11>
will succeed. Even removing just theexemptfee
param will make the command above succeed.getinfo
outputThe text was updated successfully, but these errors were encountered: