mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 09:53:54 +01: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 {
|
message ConnectPeerRequest {
|
||||||
LightningAddress addr = 1;
|
LightningAddress addr = 1;
|
||||||
|
bool perm = 2;
|
||||||
}
|
}
|
||||||
message ConnectPeerResponse {
|
message ConnectPeerResponse {
|
||||||
int32 peer_id = 1;
|
int32 peer_id = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user