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

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/5618#discussion_r671667343">core/src/main/java/bisq/core/trade/TradeDataValidation.java</a>:</p>
<pre style='color:#555'>> @@ -356,23 +356,46 @@ public static void validatePayoutTxInput(Transaction depositTx,
     }
 
     public static void validateDepositInputs(Trade trade) throws InvalidTxException {
-        // assumption: deposit tx always has 2 inputs, the maker and taker
-        if (trade == null || trade.getDepositTx() == null || trade.getDepositTx().getInputs().size() != 2) {
-            throw new InvalidTxException("Deposit transaction is null or has unexpected input count");
+        /*
+         * deposit tx usually has 2 inputs, the maker and taker
</pre>
<p>I do not have enough time atm to review it and my motivation to spend more time on it decreased due the way how it was presented. Hope some other dev can review it with the care required.</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/5618#discussion_r671667343">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNV2KF6ORUL7BZU7N7DTYFJHVANCNFSM5AFQVXQQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNUPCQPSL3VICCMZYCTTYFJHVA5CNFSM5AFQVXQ2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOFJAQX7Q.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/5618#discussion_r671667343",
"url": "https://github.com/bisq-network/bisq/pull/5618#discussion_r671667343",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>