mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
lightningd: don't put old deprecated local_msat and remote_msat in listpeerchannels.
These were deprecated in v0.12.0, hence scheduled for removal next version anyway (use local_fund_msat and remote_funds_msat). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
Alex Myers
parent
b7ab80963d
commit
49b3459be5
@@ -56,8 +56,6 @@ On success, an object containing **channels** is returned. It is an array of ob
|
||||
- **funding** (object, optional):
|
||||
- **local\_funds\_msat** (msat): Amount of channel we funded
|
||||
- **remote\_funds\_msat** (msat): Amount of channel they funded
|
||||
- **local\_msat** (msat, optional): Amount of channel we funded **deprecated, removal in v23.05**
|
||||
- **remote\_msat** (msat, optional): Amount of channel they funded **deprecated, removal in v23.05**
|
||||
- **pushed\_msat** (msat, optional): Amount pushed from opener to peer
|
||||
- **fee\_paid\_msat** (msat, optional): Amount we paid peer at open
|
||||
- **fee\_rcvd\_msat** (msat, optional): Amount we were paid by peer at open
|
||||
@@ -191,4 +189,4 @@ Main web site: <https://github.com/ElementsProject/lightning> Lightning
|
||||
RFC site (BOLT \#9):
|
||||
<https://github.com/lightningnetwork/lightning-rfc/blob/master/09-features.md>
|
||||
|
||||
[comment]: # ( SHA256STAMP:32eef1dd02f6bdd40e8d81057701e8170fac788f4396e34f5f505efbed360245)
|
||||
[comment]: # ( SHA256STAMP:f9919b6967137945cb49392d64a42bd159123b9d3bb83833c5df3bc777065d2e)
|
||||
|
||||
@@ -189,16 +189,6 @@
|
||||
"remote_funds_msat"
|
||||
],
|
||||
"properties": {
|
||||
"local_msat": {
|
||||
"type": "msat",
|
||||
"deprecated": "v0.12.0",
|
||||
"description": "Amount of channel we funded"
|
||||
},
|
||||
"remote_msat": {
|
||||
"type": "msat",
|
||||
"deprecated": "v0.12.0",
|
||||
"description": "Amount of channel they funded"
|
||||
},
|
||||
"pushed_msat": {
|
||||
"type": "msat",
|
||||
"description": "Amount pushed from opener to peer"
|
||||
|
||||
Reference in New Issue
Block a user