X-Git-Url: https://git.novaco.in/?p=NovacoinLibrary.git;a=blobdiff_plain;f=Novacoin%2FCBlock.cs;h=450612aaca85c1ed9f6a3c6f940193ce6e3a0668;hp=8064b9dda76b1f0725788444a0b7d4dd850b3db7;hb=f11201b1edaaabe33a256da25333f4f26f0cc136;hpb=b04860ce4401717015404177827586071e5f8eff diff --git a/Novacoin/CBlock.cs b/Novacoin/CBlock.cs index 8064b9d..450612a 100644 --- a/Novacoin/CBlock.cs +++ b/Novacoin/CBlock.cs @@ -269,7 +269,7 @@ namespace Novacoin return true; } - private bool CheckProofOfWork(uint256 hash, uint nBits) + private static bool CheckProofOfWork(uint256 hash, uint nBits) { uint256 nTarget = new uint256(); nTarget.Compact = nBits;