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

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/5618#discussion_r671786544">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 believe we may have had a miscommunication: the only code I am asking to be reviewed is in the one file I changed in this PR. All the other code that enables the functionality that I described in the long comment above is in a private repository, and I don't plan on ever submitting a pull request for it. I am highly confident that this PR will have no negative effects whatsoever, and that it will allow me to bring much more affordable sell offers to Bisq.</p>
<p>Again, I sincerely apologize that I was not initially as clear as I should have been, and I am more than happy to amend my commit with a better comment and answer any questions whatsoever to expedite and facilitate the review process.</p>
<p>Since you do not have the time to review this change, do I need to request a review from another developer myself, or will another one be assigned to this PR?</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_r671786544">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNQ4GDNQQSLYDMHHDQLTYJTLBANCNFSM5AFQVXQQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNW6AHPS5GVEY3G6E53TYJTLBA5CNFSM5AFQVXQ2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOFJBFJNQ.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_r671786544",
"url": "https://github.com/bisq-network/bisq/pull/5618#discussion_r671786544",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>