diff --git a/joinmarket/blockchaininterface.py b/joinmarket/blockchaininterface.py index 08df7ace..9c6bdde2 100644 --- a/joinmarket/blockchaininterface.py +++ b/joinmarket/blockchaininterface.py @@ -526,7 +526,7 @@ def __init__(self, btcinterface): self.btcinterface = btcinterface def run(self): - notify_host = 'localhost' + notify_host = '0.0.0.0' notify_port = 62602 # defaults config = jm_single().config if 'notify_host' in config.options("BLOCKCHAIN"):