mirror of
https://github.com/retoaccess1/haveno-reto.git
synced 2024-12-12 12:53:32 +01:00
finish processing PaymentReceivedMessage
This commit is contained in:
parent
4c7075b0bd
commit
9c5fdb5d4a
@ -60,11 +60,7 @@ public class ProcessPaymentReceivedMessage extends TradeTask {
|
||||
if (trade.getSeller().getNodeAddress().equals(trade.getBuyer().getNodeAddress())) trade.getBuyer().setNodeAddress(null); // tests can reuse addresses
|
||||
|
||||
// process payout tx unless already unlocked
|
||||
if (!trade.isPayoutUnlocked()) {
|
||||
processPayoutTx(message);
|
||||
complete();
|
||||
return;
|
||||
}
|
||||
if (!trade.isPayoutUnlocked()) processPayoutTx(message);
|
||||
|
||||
SignedWitness signedWitness = message.getSignedWitness();
|
||||
if (signedWitness != null) {
|
||||
|
Loading…
Reference in New Issue
Block a user