mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-08 20:28:04 +02:00
lnrpc: add num_zombie_chans to NetworkInfo response
This commit is contained in:
parent
616750184e
commit
4b70d6b987
1018
lnrpc/rpc.pb.go
1018
lnrpc/rpc.pb.go
File diff suppressed because it is too large
Load Diff
@ -1869,6 +1869,9 @@ message NetworkInfo {
|
||||
int64 max_channel_size = 9 [json_name = "max_channel_size"];
|
||||
int64 median_channel_size_sat = 10 [json_name = "median_channel_size_sat"];
|
||||
|
||||
// The number of edges marked as zombies.
|
||||
uint64 num_zombie_chans = 11 [json_name = "num_zombie_chans"];
|
||||
|
||||
// TODO(roasbeef): fee rate info, expiry
|
||||
// * also additional RPC for tracking fee info once in
|
||||
}
|
||||
|
@ -2633,6 +2633,11 @@
|
||||
"median_channel_size_sat": {
|
||||
"type": "string",
|
||||
"format": "int64"
|
||||
},
|
||||
"num_zombie_chans": {
|
||||
"type": "string",
|
||||
"format": "uint64",
|
||||
"description": "The number of edges marked as zombies."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user