lnrpc: add fee rate and local close bool to PendingUpdate

This'll allow us to notify the caller each time a new coop close
transaction with a higher fee rate is signed.
This commit is contained in:
Olaoluwa Osuntokun
2024-03-07 20:14:19 -08:00
parent 282c50e444
commit b32f576aeb
3 changed files with 2295 additions and 2265 deletions

View File

@@ -2167,6 +2167,8 @@ message CloseStatusUpdate {
message PendingUpdate {
bytes txid = 1;
uint32 output_index = 2;
int64 fee_per_vbyte = 3;
bool local_close_tx = 4;
}
message InstantUpdate {