lnrpc: remove unused type ConfirmationUpdate

The type is not used since 237f2b6d4b
This commit is contained in:
Boris Nagaev
2025-06-24 15:28:33 -03:00
parent 29ff13d83f
commit 5dcafeca19
2 changed files with 3343 additions and 3434 deletions

View File

@@ -2074,13 +2074,6 @@ message Chain {
string network = 2;
}
message ConfirmationUpdate {
bytes block_sha = 1;
int32 block_height = 2;
uint32 num_confs_left = 3;
}
message ChannelOpenUpdate {
ChannelPoint channel_point = 1;
}