mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-18 05:14:22 +01:00
jsonrpc: help, even for a single item, should be in an array.
This is what we do for every other can-be-single JSON API. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
||||
- The `short_channel_id` separator has been changed to be `x` to match the specification.
|
||||
- JSON API: `listpeers` now includes `funding_allocation_msat`, which returns a map of the amounts initially funded to the channel by each peer, indexed by channel id.
|
||||
- `option_data_loss_protect` is now enabled by default.
|
||||
- JSON API: `help` with a `command` argument gives a JSON array, like other commands.
|
||||
|
||||
### Deprecated
|
||||
|
||||
|
||||
Reference in New Issue
Block a user