@@ -87,6 +87,10 @@ def __str__(self):
87
87
"mode" : "native" ,
88
88
"preserve_config" : False ,
89
89
"use_local_image" : False ,
90
+ "external_rpc_host" : None ,
91
+ "external_rpc_port" : None ,
92
+ "external_certpath" : None ,
93
+ "external_macaroonpath" : None ,
90
94
},
91
95
"lndltc" : {
92
96
"name" : "lndltc" ,
@@ -101,6 +105,10 @@ def __str__(self):
101
105
"mode" : "native" ,
102
106
"preserve_config" : False ,
103
107
"use_local_image" : False ,
108
+ "external_rpc_host" : None ,
109
+ "external_rpc_port" : None ,
110
+ "external_certpath" : None ,
111
+ "external_macaroonpath" : None ,
104
112
},
105
113
"connext" : {
106
114
"name" : "connext" ,
@@ -282,6 +290,10 @@ def __str__(self):
282
290
"mode" : "native" ,
283
291
"preserve_config" : False ,
284
292
"use_local_image" : False ,
293
+ "external_rpc_host" : None ,
294
+ "external_rpc_port" : None ,
295
+ "external_certpath" : None ,
296
+ "external_macaroonpath" : None ,
285
297
},
286
298
"lndltc" : {
287
299
"name" : "lndltc" ,
@@ -296,6 +308,10 @@ def __str__(self):
296
308
"mode" : "native" ,
297
309
"preserve_config" : False ,
298
310
"use_local_image" : False ,
311
+ "external_rpc_host" : None ,
312
+ "external_rpc_port" : None ,
313
+ "external_certpath" : None ,
314
+ "external_macaroonpath" : None ,
299
315
},
300
316
"connext" : {
301
317
"name" : "connext" ,
@@ -500,6 +516,10 @@ def __str__(self):
500
516
"mode" : "native" ,
501
517
"preserve_config" : False ,
502
518
"use_local_image" : False ,
519
+ "external_rpc_host" : None ,
520
+ "external_rpc_port" : None ,
521
+ "external_certpath" : None ,
522
+ "external_macaroonpath" : None ,
503
523
},
504
524
"lndltc" : {
505
525
"name" : "lndltc" ,
@@ -514,6 +534,10 @@ def __str__(self):
514
534
"mode" : "native" ,
515
535
"preserve_config" : False ,
516
536
"use_local_image" : False ,
537
+ "external_rpc_host" : None ,
538
+ "external_rpc_port" : None ,
539
+ "external_certpath" : None ,
540
+ "external_macaroonpath" : None ,
517
541
},
518
542
"connext" : {
519
543
"name" : "connext" ,
0 commit comments