grpc: Add WaitBlockHeight method to grpc interface
This commit is contained in:
committed by
Rusty Russell
parent
76c5e6aa65
commit
dfea5fbe6d
19
.msggen.json
19
.msggen.json
@@ -1579,6 +1579,13 @@
|
||||
"WaitAnyInvoice.status": 4,
|
||||
"WaitAnyInvoice.updated_index": 14
|
||||
},
|
||||
"WaitblockheightRequest": {
|
||||
"WaitBlockHeight.blockheight": 1,
|
||||
"WaitBlockHeight.timeout": 2
|
||||
},
|
||||
"WaitblockheightResponse": {
|
||||
"WaitBlockHeight.blockheight": 1
|
||||
},
|
||||
"WaitinvoiceRequest": {
|
||||
"WaitInvoice.label": 1
|
||||
},
|
||||
@@ -5518,6 +5525,18 @@
|
||||
"added": "v23.08",
|
||||
"deprecated": false
|
||||
},
|
||||
"WaitBlockHeight": {
|
||||
"added": "pre-v0.10.1",
|
||||
"deprecated": null
|
||||
},
|
||||
"WaitBlockHeight.blockheight": {
|
||||
"added": "pre-v0.10.1",
|
||||
"deprecated": false
|
||||
},
|
||||
"WaitBlockHeight.timeout": {
|
||||
"added": "pre-v0.10.1",
|
||||
"deprecated": false
|
||||
},
|
||||
"WaitInvoice": {
|
||||
"added": "pre-v0.10.1",
|
||||
"deprecated": null
|
||||
|
||||
Reference in New Issue
Block a user