routerrpc: mark QueryProbability deprecated

We deprecate `QueryProbability`, as it displays the same information as
`QueryMissionControl` less the probability. `QueryRoutes` still contains
the total probability of a route.
This commit is contained in:
bitromortac
2022-11-24 16:17:04 +01:00
parent 1dd7a37d4d
commit 2d7fda2a41
7 changed files with 57 additions and 51 deletions

View File

@@ -77,6 +77,9 @@
GetBlock, GetBestBlock, GetBlockHash. These endpoints provide access to chain
block data.
* [`QueryProbabiltiy` is deprecated. Internal mission control state can be
obtained via `QueryMissionControl`.](
https://github.com/lightningnetwork/lnd/pull/6857)
## Wallet
@@ -262,8 +265,8 @@ certain large transactions](https://github.com/lightningnetwork/lnd/pull/7100).
## Pathfinding
* [Pathfinding takes capacity of edges into account to better estimate the
success probability.](https://github.com/lightningnetwork/lnd/pull/6857)
* [Pathfinding takes capacity of edges into account to improve success
probability estimation.](https://github.com/lightningnetwork/lnd/pull/6857)
### Tooling and documentation