diff --git a/docs/JOINMARKET-QT-GUIDE.md b/docs/JOINMARKET-QT-GUIDE.md index aeca753..920f2db 100644 --- a/docs/JOINMARKET-QT-GUIDE.md +++ b/docs/JOINMARKET-QT-GUIDE.md @@ -48,7 +48,7 @@ has been created in the directory you're running in. Open it and edit: Once the rpc connection is correct, you will be presented with this start screen: -![](images/JMQinitregtest.png) +![](images/JMQInitregtest.png) Note "CURRENT WALLET: NONE" means no joinmarket wallet is loaded yet. Assuming you haven't yet created one, do Wallet->Generate (otherwise, do Wallet-->Load): diff --git a/scripts/joinmarket-qt.py b/scripts/joinmarket-qt.py index dac2ba4..93d6551 100644 --- a/scripts/joinmarket-qt.py +++ b/scripts/joinmarket-qt.py @@ -40,6 +40,8 @@ else: import jmbitcoin as btc app = QApplication(sys.argv) +if 'twisted.internet.reactor' in sys.modules: + del sys.modules['twisted.internet.reactor'] from qtreactor import pyqt4reactor pyqt4reactor.install() #General Joinmarket donation address; TODO @@ -655,7 +657,7 @@ class SpendTab(QWidget): daemon = jm_single().config.getint("DAEMON", "no_daemon") daemon = True if daemon == 1 else False start_reactor("localhost", - jm_single().config.getint("GUI", "daemon_port"), + jm_single().config.getint("DAEMON", "daemon_port"), self.clientfactory, ish=False, daemon=daemon,