File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ code chaser_block::validate(const block& block,
9595 if ((ec = header.check (
9696 setting.timestamp_limit_seconds ,
9797 setting.proof_of_work_limit ,
98- setting.forks .scrypt_proof_of_work )))
98+ setting.forks .ltc_scrypt_proof_of_work )))
9999 return ec;
100100
101101 // header.accept is never bypassed.
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ code chaser_header::validate(const header& header,
9595 if (const auto ec = header.check (
9696 settings ().timestamp_limit_seconds ,
9797 settings ().proof_of_work_limit ,
98- settings ().forks .scrypt_proof_of_work ))
98+ settings ().forks .ltc_scrypt_proof_of_work ))
9999 return ec;
100100
101101 // header.accept is never bypassed.
@@ -242,4 +242,4 @@ BC_POP_WARNING()
242242// Minimum block versions (bip90 disabled).
243243// Minimum block version [1] changed to [2] at [227931:000000000000024b89b42a942fe0d9fea3bb44ab7bd1b19115dd6a759c0808b8]
244244// Minimum block version [2] changed to [3] at [363725:00000000000000000379eaa19dce8c9b722d46ae6a57c2f1a988119488b50931]
245- // Minimum block version [3] changed to [4] at [388381:000000000000000004c2b624ed5d7756c508d90fd0da2c7c679febfa6c4735f0]
245+ // Minimum block version [3] changed to [4] at [388381:000000000000000004c2b624ed5d7756c508d90fd0da2c7c679febfa6c4735f0]
You can’t perform that action at this time.
0 commit comments