mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-13 11:09:23 +01:00
lnrpc: add ability to toggle persistent connections for ConnectPeer
This commit is contained in:
parent
285ba711a1
commit
d7e3b090c5
1 changed files with 1 additions and 0 deletions
|
@ -228,6 +228,7 @@ message NewAddressResponse {
|
|||
|
||||
message ConnectPeerRequest {
|
||||
LightningAddress addr = 1;
|
||||
bool perm = 2;
|
||||
}
|
||||
message ConnectPeerResponse {
|
||||
int32 peer_id = 1;
|
||||
|
|
Loading…
Add table
Reference in a new issue