From dd63da69a2c0d95c60a234352d6b7ce119e0ee3d Mon Sep 17 00:00:00 2001 From: evansmj Date: Sun, 17 Mar 2024 15:15:49 -0400 Subject: [PATCH] fix successfully --- doc/lightning-listpeerchannels.7.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lightning-listpeerchannels.7.md b/doc/lightning-listpeerchannels.7.md index c0038be4553a..9394232a0617 100644 --- a/doc/lightning-listpeerchannels.7.md +++ b/doc/lightning-listpeerchannels.7.md @@ -81,7 +81,7 @@ On success, an object containing **channels** is returned. It is an array of ob - **fee\_paid\_msat** (msat, optional): Amount we paid peer at open - **fee\_rcvd\_msat** (msat, optional): Amount we were paid by peer at open - **to\_us\_msat** (msat, optional): How much of channel is owed to us -- **min\_to\_us\_msat** (msat, optional): Least amount owed to us ever. If the peer were to succesfully steal from us, this is the amount we would still retain. +- **min\_to\_us\_msat** (msat, optional): Least amount owed to us ever. If the peer were to successfully steal from us, this is the amount we would still retain. - **max\_to\_us\_msat** (msat, optional): Most amount owed to us ever. If we were to successfully steal from the peer, this is the amount we could potentially get. - **total\_msat** (msat, optional): total amount in the channel - **fee\_base\_msat** (msat, optional): amount we charge to use the channel