lndhttp: remove nonexistent field from pending chan list
funding_expiry_blocks is present in lightning.proto but a REST API call shows no such field, at least in lnd v0.16.4, leading to json parsing error. the field is unused at the moment anyway.pull/28/head
parent
116fb3b59c
commit
a18a2a5435
|
@ -279,7 +279,6 @@ pub const PendingList = struct {
|
|||
pending_open_channels: []struct {
|
||||
channel: PendingChannel,
|
||||
commit_fee: i64,
|
||||
funding_expiry_blocks: i32,
|
||||
},
|
||||
pending_force_closing_channels: []struct {
|
||||
channel: PendingChannel,
|
||||
|
|
Reference in New Issue