From c4f882b8758842b53c89436b3d3200d2a4bc4d16 Mon Sep 17 00:00:00 2001 From: Tim W Date: Fri, 4 Feb 2022 10:01:00 +0000 Subject: [PATCH] fix UnicodeDecodeError in doc/lightning-listfunds.7.md --- doc/lightning-listfunds.7.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lightning-listfunds.7.md b/doc/lightning-listfunds.7.md index a2a5ec3a7..d4abdaef4 100644 --- a/doc/lightning-listfunds.7.md +++ b/doc/lightning-listfunds.7.md @@ -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