This commit is contained in:
Michael Toutonghi
2018-05-17 22:58:30 -07:00
parent 31bbe2343f
commit f6608b5a0d
5 changed files with 17 additions and 10 deletions

View File

@@ -1270,7 +1270,7 @@ bool verusCheckPOSBlock(int32_t slowflag, CBlock *pblock, int32_t height)
arith_uint256 target, hash;
CTransaction tx;
if (!pblock->isVerusPOSBlock())
if (!pblock->IsVerusPOSBlock())
return false;
char voutaddr[64],destaddr[64];