mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 09:53:54 +01:00
docs: emphasize the new payment status StatusInitiated
This commit is contained in:
parent
98378d9408
commit
168cfd7cd5
@ -61,6 +61,13 @@
|
|||||||
[http-header-timeout](https://github.com/lightningnetwork/lnd/pull/7715), is added so users can specify the amount of time the http server will wait for a request to complete before closing the connection. The default value is 5 seconds.
|
[http-header-timeout](https://github.com/lightningnetwork/lnd/pull/7715), is added so users can specify the amount of time the http server will wait for a request to complete before closing the connection. The default value is 5 seconds.
|
||||||
|
|
||||||
## RPC Additions
|
## RPC Additions
|
||||||
|
|
||||||
|
* [Deprecated](https://github.com/lightningnetwork/lnd/pull/7175)
|
||||||
|
`StatusUnknown` from the payment's rpc response in its status and added a new
|
||||||
|
status, `StatusInitiated`, to explicitly report its current state. Before
|
||||||
|
running this new version, please make sure to upgrade your client application
|
||||||
|
to include this new status so it can understand the RPC response properly.
|
||||||
|
|
||||||
## lncli Additions
|
## lncli Additions
|
||||||
|
|
||||||
# Improvements
|
# Improvements
|
||||||
|
Loading…
Reference in New Issue
Block a user