Add the option on path creator to specify the incoming channel on blinded path #17675
Annotations
4 errors
check commits:
routing/mock_graph_test.go#L238
cannot use m (variable of type *mockGraph) as graphdb.NodeTraverser value in argument to cb: *mockGraph does not implement graphdb.NodeTraverser (missing method FetchChannelEdgesByID)
|
check commits:
routing/mock_graph_test.go#L285
cannot use &mockGraph{} (value of type *mockGraph) as Graph value in variable declaration: *mockGraph does not implement Graph (missing method FetchChannelEdgesByID)
|
check commits:
routing/bandwidth_test.go#L119
cannot use g (variable of type *mockGraph) as Graph value in argument to newBandwidthManager: *mockGraph does not implement Graph (missing method FetchChannelEdgesByID)
|
check commits
Process completed with exit code 1.
|
Loading