Skip to content

Commit

Permalink
Bumped spark start block numbers for mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
psolstice committed Aug 25, 2023
1 parent 3a77e84 commit 834bb8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/firo_params.h
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,9 @@ static const int64_t DUST_HARD_LIMIT = 1000; // 0.00001 FIRO mininput
#define DANDELION_FLUFF 10

// Spark
#define SPARK_START_BLOCK 700000
#define SPARK_START_BLOCK 900000
#define SPARK_TESTNET_START_BLOCK 107000
#define LELANTUS_GRACEFUL_PERIOD 800000
#define LELANTUS_GRACEFUL_PERIOD 950000
#define LELANTUS_TESTNET_GRACEFUL_PERIOD 140000

// Versions of zerocoin mint/spend transactions
Expand Down

0 comments on commit 834bb8e

Please sign in to comment.