mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-12-15 23:31:19 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user