Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

Allow notifies coming from external hosts #643

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion joinmarket/blockchaininterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"):
Expand Down