Skip to content

Commit

Permalink
Taylor made regtest block difficulty cap for alphanet testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
amendelzon authored and italo-sampaio committed Dec 13, 2023
1 parent cbb8bee commit c1ef192
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ledger/src/signer/src/bc_diff.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
#define BCDIFF_MBD_TESTNET \
{ 0xa4c68000, 0x38d7e, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 } // 1 PH

#define BCDIFF_MBD_REGTEST {0x14, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}; // 20
#define BCDIFF_MBD_REGTEST \
{0xbebc200, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}; // 2M

#ifdef HSM_SIMULATOR
extern DIGIT_T MAX_BLOCK_DIFFICULTY[BIGINT_LEN];
Expand Down

0 comments on commit c1ef192

Please sign in to comment.