Reduced min difficulty for testing

merge-mining
SChernykh 2023-12-09 23:19:39 +01:00
parent 746cf3dd42
commit 1f57e4f701
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
LOG_CATEGORY(SideChain)
static constexpr uint64_t MIN_DIFFICULTY = 100000;
static constexpr uint64_t MIN_DIFFICULTY = 1000;
static constexpr size_t UNCLE_BLOCK_DEPTH = 3;
static_assert(1 <= UNCLE_BLOCK_DEPTH && UNCLE_BLOCK_DEPTH <= 10, "Invalid UNCLE_BLOCK_DEPTH");