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
alex 1 year ago
parent 116fb3b59c
commit a18a2a5435
Signed by: x1ddos
GPG Key ID: FDEFB4A63CBD8460

@ -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,