mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
fix UnicodeDecodeError in doc/schemas/listfunds.schema.json
This commit is contained in:
@@ -67,4 +67,4 @@ RESOURCES
|
|||||||
|
|
||||||
Main web site: <https://github.com/ElementsProject/lightning>
|
Main web site: <https://github.com/ElementsProject/lightning>
|
||||||
|
|
||||||
[comment]: # ( SHA256STAMP:7e2ee47b9e35c222ee8b671745990800feaba771cf60fbe8390c2afd040e878f)
|
[comment]: # ( SHA256STAMP:959d54ed855f9f5d64148f5acf4a0bbb4bc1503e610ddae5ab4c04fd397af0b3)
|
||||||
|
|||||||
@@ -151,7 +151,7 @@
|
|||||||
},
|
},
|
||||||
"our_amount_msat": {
|
"our_amount_msat": {
|
||||||
"type": "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": {
|
"channel_sat": {
|
||||||
"deprecated": true
|
"deprecated": true
|
||||||
|
|||||||
Reference in New Issue
Block a user