rpcserver: expose interceptor required flag on info call

This commit is contained in:
Joost Jager
2022-04-24 12:21:55 +02:00
parent 3ad9a42e65
commit caf11d2607
5 changed files with 2070 additions and 2043 deletions

View File

@@ -1809,6 +1809,11 @@ message GetInfoResponse {
announcements and invoices.
*/
map<uint32, Feature> features = 19;
/*
Indicates whether the HTLC interceptor API is in always-on mode.
*/
bool require_htlc_interceptor = 21;
}
message GetRecoveryInfoRequest {