mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-10-10 17:48:43 -04:00
decrease resend period for payment received message to 1 month
This commit is contained in:
parent
457518e3a9
commit
08b0cc8480
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ import java.util.Date;
|
|||
@Slf4j
|
||||
public abstract class SellerTrade extends Trade {
|
||||
|
||||
private static final long resendPaymentReceivedMessagesDurationMs = 2L * 30 * 24 * 60 * 60 * 1000; // ~2 months
|
||||
private static final long resendPaymentReceivedMessagesDurationMs = 1L * 30 * 24 * 60 * 60 * 1000; // ~1 month
|
||||
|
||||
SellerTrade(Offer offer,
|
||||
BigInteger tradeAmount,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue