summarylogtreecommitdiffstats
path: root/010-disable-dual-keys.patch
diff options
context:
space:
mode:
Diffstat (limited to '010-disable-dual-keys.patch')
-rw-r--r--010-disable-dual-keys.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/010-disable-dual-keys.patch b/010-disable-dual-keys.patch
deleted file mode 100644
index 6f1e28955333..000000000000
--- a/010-disable-dual-keys.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/core/src/main/groovy/com/muwire/core/Core.groovy
-+++ b/core/src/main/groovy/com/muwire/core/Core.groovy
-@@ -178,8 +178,6 @@ public class Core {
- i2pOptions["i2np.udp.port"] = String.valueOf(port)
- i2pOptionsFile.withOutputStream { i2pOptions.store(it, "") }
- }
--
-- i2pOptions['i2cp.leaseSetEncType']='4,0'
-
- if (!props.embeddedRouter) {
- if (!(I2PAppContext.getGlobalContext() instanceof RouterContext)) {