Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix standalone joinmarketd listening on all interfaces #110

Merged
merged 1 commit into from
Nov 17, 2017

Conversation

undeath
Copy link
Contributor

@undeath undeath commented Nov 17, 2017

fix #109

cleaned up some imports, too

@AdamISZ
Copy link
Member

AdamISZ commented Nov 17, 2017

Thanks, testing now.

@AdamISZ
Copy link
Member

AdamISZ commented Nov 17, 2017

This is working well, but there's an issue: part of the intention with the 4 separate packages was for people to be able to install just (jmclient, jmbase), thus not requiring the libsodium dependency or IRC code. Hence see note to code, if that's OK and you change it I'll merge directly.

@@ -29,6 +20,7 @@
load_program_config, get_log, get_p2sh_vbyte,
RegtestBitcoinCoreInterface)
from jmbase import _byteify
from jmdaemon import start_daemon
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Want to avoid this unconditional import here, so jmclient doesn't have a jmdaemon dependency by default; can you put it in the try/except block in if daemon: in start_reactor?

@AdamISZ AdamISZ merged commit 467053b into JoinMarket-Org:master Nov 17, 2017
AdamISZ added a commit that referenced this pull request Nov 17, 2017
467053b fix standalone joinmarketd listening on all interfaces (undeath)
@undeath undeath deleted the listeninterface-fix branch November 17, 2017 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

joinmarketd.py running on 0.0.0.0
2 participants