mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Remove deposit tx output size check.
It is allowed that there are change outputs, for instance if taker does not take full trade amount, there is a change output for maker. Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
This commit is contained in:
parent
cba35b6342
commit
81be778df3
@ -301,8 +301,6 @@ public final class RefundManager extends DisputeManager<RefundDisputeList> {
|
||||
checkArgument(takerFeeTxFoundAtInputs, "takerFeeTx not found at depositTx inputs");
|
||||
checkArgument(depositTx.getInputs().size() >= 2,
|
||||
"DepositTx must have at least 2 inputs");
|
||||
checkArgument(depositTx.getOutputs().size() == 1,
|
||||
"DepositTx must have 1 input");
|
||||
checkArgument(delayedPayoutTx.getInputs().size() == 1,
|
||||
"DelayedPayoutTx must have 1 input");
|
||||
TransactionOutPoint delayedPayoutTxInputOutpoint = delayedPayoutTx.getInputs().get(0).getOutpoint();
|
||||
|
Loading…
Reference in New Issue
Block a user