tkivy: fix IPv6 - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 70fd716cbe641868f06c8e451824cb6fa3ff0358
DIR parent 7a99fdc275ed0b87910df1727bfb4dae4c8206c4
HTML Author: SomberNight <somber.night@protonmail.com>
Date: Mon, 6 May 2019 19:11:56 +0200
kivy: fix IPv6
closes #5176
Diffstat:
M electrum/gui/kivy/tools/Dockerfile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
DIR diff --git a/electrum/gui/kivy/tools/Dockerfile b/electrum/gui/kivy/tools/Dockerfile
t@@ -147,7 +147,9 @@ RUN cd /opt \
&& git fetch --all \
&& git checkout dec1badc3bd134a9a1c69275339423a95d63413e \
# allowBackup="false":
- && git cherry-pick 86eeec7c19679a5886d5e095ce0a43f1da138f87 \
+ && git cherry-pick d7f722e4e5d4b3e6f5b1733c95e6a433f78ee570 \
+ # enable IPv6:
+ && git cherry-pick a607f4a446773ac0b0a5150171092b0617fbe670 \
&& python3 -m pip install -e .
# build env vars