From d64588c96c7b98eff3b36e3b7128a49e35124c10 Mon Sep 17 00:00:00 2001 From: Paolo Agazzone Date: Fri, 21 Oct 2016 13:13:00 +0200 Subject: [PATCH] allow notifies coming from external hosts --- joinmarket/blockchaininterface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"):