mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-22 20:26:50 +00:00
ARRR default birthday increased to 2000000
This commit is contained in:
@@ -26,7 +26,7 @@ public class PirateChain extends Bitcoiny {
|
||||
|
||||
public static final String CURRENCY_CODE = "ARRR";
|
||||
|
||||
public static final int DEFAULT_BIRTHDAY = 1900000;
|
||||
public static final int DEFAULT_BIRTHDAY = 2000000;
|
||||
|
||||
private static final Coin DEFAULT_FEE_PER_KB = Coin.valueOf(10000); // 0.0001 ARRR per 1000 bytes
|
||||
|
||||
|
Reference in New Issue
Block a user