mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-02 03:36:24 -04:00
Rename peergroup
This commit is contained in:
parent
7dc08b0459
commit
67fb7aa825
13 changed files with 83 additions and 72 deletions
|
@ -36,7 +36,7 @@ public class PaymentMethod implements Serializable, Comparable {
|
|||
|
||||
// time in blocks (average 10 min for one block confirmation
|
||||
private static final int HOUR = 6;
|
||||
private static final int DAY = HOUR * 24;
|
||||
private static final int DAY = HOUR * 24; // 144
|
||||
|
||||
public static final String OK_PAY_ID = "OK_PAY";
|
||||
public static final String PERFECT_MONEY_ID = "PERFECT_MONEY";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue