[bisq-network/bisq] Arbitrator republish signedWitnesses on startup (#3448)

chimp1984 notifications at github.com
Wed Oct 23 15:27:51 UTC 2019


chimp1984 requested changes on this pull request.



> @@ -692,6 +692,9 @@ private void initDomainServices() {
 
         accountAgeWitnessService.onAllServicesInitialized();
         signedWitnessService.onAllServicesInitialized();
+        if (user.getRegisteredArbitrator() != null) {

Why not do it inside of signedWitnessService? User can be injected. Better to not spread out responsibilities...

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/3448#pullrequestreview-305983882
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20191023/63599e88/attachment.html>


More information about the bisq-github mailing list