<p></p>
<p><b>@chimp1984</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/4889#discussion_r535695958">core/src/main/java/bisq/core/trade/TradeManager.java</a>:</p>
<pre style='color:#555'>>          }
         TradeProtocol tradeProtocol = TradeProtocolFactory.getNewTradeProtocol(trade);
-        tradeProtocolByTradeId.put(trade.getId(), tradeProtocol);
+        TradeProtocol prev = tradeProtocolByTradeId.put(trade.getUid(), tradeProtocol);
+        if (prev != null) {
+            log.error("We had already an entry with uid {}", trade.getUid());
</pre>
<p>If for some reason the same trade is entering those methods. Should not be possible but prefer to keep the log to detect it if there is still some bug.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/pull/4889#discussion_r535695958">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNUWDDK75M47YFZYTNDSTAHWBANCNFSM4UMOUGOQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNQSJDTQWW75Q2DNUCDSTAHWBA5CNFSM4UMOUGO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOEB2KR3Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/pull/4889#discussion_r535695958",
"url": "https://github.com/bisq-network/bisq/pull/4889#discussion_r535695958",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>