find route for ldk-swift throwing exception when trying to get fee estimate #2482
-
Hello, I implemented the following function that tries to take apart a bolt 11 and then does a findRoute to return the fees. the is the function I am trying to implement. this is where it appears to be where I'm having problems. is there something I'm doing wrong in I'm calling Bindings.findRoute or in how I'm setting up the ProbabilisticScorer? any suggestions or tips would be appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 46 replies
-
I suspect you need to pass in |
Beta Was this translation helpful? Give feedback.
-
it can't find Invoice in scope or ProbablisticScoringParameters. were these object renamed to something else? |
Beta Was this translation helpful? Give feedback.
-
what does this do? |
Beta Was this translation helpful? Give feedback.
-
Incorrect argument label in call (have 'params:networkGraph:logger:', expected 'decayParams:networkGraph:logger:') is this fixed as simply as renaming the parameter??? |
Beta Was this translation helpful? Give feedback.
-
@diegovelascommerce Would love to learn if you had any further issues, or if this was resolved? |
Beta Was this translation helpful? Give feedback.
-
build succeeded |
Beta Was this translation helpful? Give feedback.
-
now it's just returning 0 every time |
Beta Was this translation helpful? Give feedback.
wow, that seems like a really cool feature. but for right now I'm just going to keep it at false.