docs: emphasize the new payment status StatusInitiated

This commit is contained in:
yyforyongyu 2023-10-20 09:18:39 +08:00
parent 98378d9408
commit 168cfd7cd5
No known key found for this signature in database
GPG Key ID: 9BCD95C4FF296868

View File

@ -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