mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-15 11:59:16 +01:00
fix UnicodeDecodeError in doc/lightning-listfunds.7.md
This commit is contained in:
parent
8309a049eb
commit
c4f882b875
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ On success, an object is returned, containing:
|
|||
- **reserved_to_block** (u32): Block height where reservation will expire
|
||||
- **channels** (array of objects):
|
||||
- **peer_id** (pubkey): the peer with which the channel is opened
|
||||
- **our_amount_msat** (msat): available satoshis on our node’s end of the channel
|
||||
- **our_amount_msat** (msat): available satoshis on our node's end of the channel
|
||||
- **amount_msat** (msat): total channel value
|
||||
- **funding_txid** (txid): funding transaction id
|
||||
- **funding_output** (u32): the 0-based index of the output in the funding transaction
|
||||
|
|
Loading…
Add table
Reference in a new issue