mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 01:43:16 +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.
|
||||
|
||||
## 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
|
||||
|
||||
# Improvements
|
||||
|
Loading…
Reference in New Issue
Block a user