mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-28 13:52:55 +02:00
lnrpc: add ability to toggle persistent connections for ConnectPeer
This commit is contained in:
@@ -228,6 +228,7 @@ message NewAddressResponse {
|
||||
|
||||
message ConnectPeerRequest {
|
||||
LightningAddress addr = 1;
|
||||
bool perm = 2;
|
||||
}
|
||||
message ConnectPeerResponse {
|
||||
int32 peer_id = 1;
|
||||
|
Reference in New Issue
Block a user