From dfc006e7abb4b0aa4a7437a953c021ebdc3b178c Mon Sep 17 00:00:00 2001 From: openoms Date: Mon, 12 Jul 2021 11:13:52 +0100 Subject: [PATCH] menu.wallet.sh: use GEN function --- scripts/menu.wallet.sh | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/scripts/menu.wallet.sh b/scripts/menu.wallet.sh index dc75965..99a13bd 100755 --- a/scripts/menu.wallet.sh +++ b/scripts/menu.wallet.sh @@ -44,17 +44,7 @@ CHOICE=$(dialog \ case $CHOICE in GEN) - clear - echo - . /home/joinmarket/joinmarket-clientserver/jmvenv/bin/activate - if [ "${RPCoverTor}" = "on" ]; then - torify python /home/joinmarket/joinmarket-clientserver/scripts/wallet-tool.py generate - else - python /home/joinmarket/joinmarket-clientserver/scripts/wallet-tool.py generate - fi - echo - echo "Press ENTER to return to the menu" - read key;; + menu_GEN;; DISPLAY) menu_DISPLAY;; HISTORY)