lnrpc: add ability to toggle persistent connections for ConnectPeer

This commit is contained in:
Olaoluwa Osuntokun 2017-01-09 18:58:21 -08:00
parent 285ba711a1
commit d7e3b090c5
No known key found for this signature in database
GPG Key ID: 9CC5B105D03521A2

@ -228,6 +228,7 @@ message NewAddressResponse {
message ConnectPeerRequest {
LightningAddress addr = 1;
bool perm = 2;
}
message ConnectPeerResponse {
int32 peer_id = 1;