mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-06 01:18:17 +02:00
rpcserver: expose interceptor required flag on info call
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user