#define BURN_INTERMEDIATE_HEIGHT 17000
inline bool use_burn_hash_intermediate(s32int nHeight)
{
return nHeight >= BURN_INTERMEDIATE_HEIGHT ? true : false;
}
Looks like we gotta make it to block 17000 before the fix kicks in.
@slimcoin: I don't think that anyone would be mad at you if you change that to 15500 or something that's closer to the current block count
