mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 14:42:40 +01:00
lightningd: remove use_proxy_always
parameter to plugin init.
Changelog-Removed: Plugins: plugin init `use_proxy_always` (deprecated v0.10.2) Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
733ce81bd4
commit
29264e83fb
1 changed files with 0 additions and 3 deletions
|
@ -1884,9 +1884,6 @@ plugin_populate_init_request(struct plugin *plugin, struct jsonrpc_request *req)
|
|||
json_add_address(req->stream, "proxy", ld->proxyaddr);
|
||||
json_add_bool(req->stream, "torv3-enabled", true);
|
||||
json_add_bool(req->stream, "always_use_proxy", ld->always_use_proxy);
|
||||
if (deprecated_apis)
|
||||
json_add_bool(req->stream, "use_proxy_always",
|
||||
ld->always_use_proxy);
|
||||
}
|
||||
json_object_start(req->stream, "feature_set");
|
||||
for (enum feature_place fp = 0; fp < NUM_FEATURE_PLACE; fp++) {
|
||||
|
|
Loading…
Add table
Reference in a new issue