[bisq-network/bisq] Dao fixes (#1738)

Manfred Karrer notifications at github.com
Wed Oct 3 18:42:11 UTC 2018


ManfredKarrer commented on this pull request.



> @@ -243,14 +259,9 @@ private void onAppendOnlyDataAdded(PersistableNetworkPayload persistableNetworkP
             if (!proposalPayloads.contains(proposalPayload)) {
                 Proposal proposal = proposalPayload.getProposal();
                 if (proposalValidator.areDataFieldsValid(proposal)) {
-                    if (proposalValidator.isTxTypeValid(proposal)) {
-                        proposalPayloads.add(proposalPayload);
-                        log.info("We received a ProposalPayload and store it to our appendOnlyStoreList. proposalTxId={}",
-                                proposal.getTxId());
-                    } else {
-                        log.warn("We received a proposal with an invalid txId. Proposal.txId={}",
-                                proposal.getTxId());
-                    }
+                    proposalPayloads.add(proposalPayload);

Yes, I will look into it more if I find a way to verify the relevant tx.

-- 
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/1738#discussion_r222423002
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20181003/7591a17f/attachment.html>


More information about the bisq-github mailing list