This Shit Seems To Work

This commit is contained in:
Duke Leto
2020-12-09 20:49:23 -05:00
parent e2189bc7a3
commit 310ed2a434
2 changed files with 26 additions and 10 deletions

View File

@@ -544,7 +544,7 @@ unsigned int CalculateNextWorkRequired(arith_uint256 bnAvg,
LogPrint("pow", "After: %08x %s\n", bnNew.GetCompact(), bnNew.ToString());
if(fDebug)
fprintf(stderr,"%s: nbits=%u\n",__func__,nbits);
fprintf(stderr,"%s: nbits=%u\n",__func__,bnNew.GetCompact());
return bnNew.GetCompact();
}