mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 07:07:43 +01:00
Use 4 days for sepa
This commit is contained in:
parent
a97a3cc08b
commit
00268cd6af
1 changed files with 1 additions and 2 deletions
|
@ -81,8 +81,7 @@ public final class PaymentMethod implements Persistable, Comparable {
|
|||
|
||||
public static final List<PaymentMethod> ALL_VALUES = new ArrayList<>(Arrays.asList(
|
||||
// EUR
|
||||
SEPA = new PaymentMethod(SEPA_ID, 8 * DAY, Coin.parseCoin("0.5")),
|
||||
// sepa takes 1-3 business days. We use 8 days to include safety for holidays
|
||||
SEPA = new PaymentMethod(SEPA_ID, 4 * DAY, Coin.parseCoin("0.5")),
|
||||
|
||||
// Global
|
||||
NATIONAL_BANK = new PaymentMethod(NATIONAL_BANK_ID, 4 * DAY, Coin.parseCoin("0.5")),
|
||||
|
|
Loading…
Add table
Reference in a new issue