mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-05 17:05:50 +02:00
lnrpc: remove unused type ConfirmationUpdate
The type is not used since 237f2b6d4b
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user