Browse Source
Prior to this commit, the callback method in the DaemonServerProtocol, on_commitment_seen, was using a reference to jm_single (to access the config var accept_commitment_broadcasts) which was not valid as jm_single() is part of jmclient and is not accessible to jmdaemon. This error was being swallowed by a finally: block in the message channel method check_for_commitments, resulting in public broadcast hp2 messages being ignored. This commit removes the reference to accept_commitment_broadcasts, thus resulting in all publically broadcast hp2 messages being stored in the commitmentlist.master
2 changed files with 9 additions and 18 deletions
Loading…
Reference in new issue