routing+routerrpc: add capacity in rpcs

FetchPairCapacity is used by the following endpoints to introduce the
capacity for probability calculations:

* QueryProbability
* QueryRoutes
This commit is contained in:
bitromortac
2022-08-23 12:00:54 +02:00
parent 66ffc64776
commit 454c115b6e
9 changed files with 117 additions and 34 deletions

View File

@@ -3112,7 +3112,7 @@ func dbFindPath(graph *channeldb.ChannelGraph,
}
defer func() {
if err := routingGraph.close(); err != nil {
if err := routingGraph.Close(); err != nil {
log.Errorf("Error closing db tx: %v", err)
}
}()