routing: add todo describing fee limit bug
This commit is contained in:
parent
cee18892b5
commit
f4cc2e235a
@ -888,6 +888,10 @@ func findPaths(tx *bbolt.Tx, graph *channeldb.ChannelGraph,
|
|||||||
// the Vertexes (other than the spur path) within the
|
// the Vertexes (other than the spur path) within the
|
||||||
// root path removed, we'll attempt to find another
|
// root path removed, we'll attempt to find another
|
||||||
// shortest path from the spur node to the destination.
|
// shortest path from the spur node to the destination.
|
||||||
|
//
|
||||||
|
// TODO: Fee limit passed to spur path finding isn't
|
||||||
|
// correct, because it doesn't take into account the
|
||||||
|
// fees already paid on the root path.
|
||||||
spurPath, err := findPath(
|
spurPath, err := findPath(
|
||||||
&graphParams{
|
&graphParams{
|
||||||
tx: tx,
|
tx: tx,
|
||||||
|
Loading…
Reference in New Issue
Block a user