mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-05 10:39:03 +02:00
lnrpc: add ability to toggle persistent connections for ConnectPeer
This commit is contained in:
parent
285ba711a1
commit
d7e3b090c5
@ -228,6 +228,7 @@ message NewAddressResponse {
|
||||
|
||||
message ConnectPeerRequest {
|
||||
LightningAddress addr = 1;
|
||||
bool perm = 2;
|
||||
}
|
||||
message ConnectPeerResponse {
|
||||
int32 peer_id = 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user