mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-21 22:32:33 +02:00
This updates the description that is provided for `lncli state` to match the states that are currently returned by lnd. `RPC_READY` no longer exists and is replaced by `RPC_ACTIVE` with a revised description, and `SERVER_ACTIVE` is added as the status that indicates lnd is fully ready to accept RPC calls. See `enum WalletState` in `stateservice.proto`.