From 1087f9aadd96e1ffefe6961b3b3a251773f31d0c Mon Sep 17 00:00:00 2001 From: Tim W Date: Fri, 4 Feb 2022 14:29:54 +0000 Subject: [PATCH] fix UnicodeDecodeError in doc/schemas/listfunds.schema.json --- doc/lightning-listfunds.7.md | 2 +- doc/schemas/listfunds.schema.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/lightning-listfunds.7.md b/doc/lightning-listfunds.7.md index d4abdaef48c5..e049eeaa1938 100644 --- a/doc/lightning-listfunds.7.md +++ b/doc/lightning-listfunds.7.md @@ -67,4 +67,4 @@ RESOURCES Main web site: -[comment]: # ( SHA256STAMP:7e2ee47b9e35c222ee8b671745990800feaba771cf60fbe8390c2afd040e878f) +[comment]: # ( SHA256STAMP:959d54ed855f9f5d64148f5acf4a0bbb4bc1503e610ddae5ab4c04fd397af0b3) diff --git a/doc/schemas/listfunds.schema.json b/doc/schemas/listfunds.schema.json index a5d5b875129a..e7a9c0af9a84 100644 --- a/doc/schemas/listfunds.schema.json +++ b/doc/schemas/listfunds.schema.json @@ -151,7 +151,7 @@ }, "our_amount_msat": { "type": "msat", - "description": "available satoshis on our node’s end of the channel" + "description": "available satoshis on our node's end of the channel" }, "channel_sat": { "deprecated": true