diff --git a/src/cc/dice.cpp b/src/cc/dice.cpp index 2c433d1ae..b13700db4 100644 --- a/src/cc/dice.cpp +++ b/src/cc/dice.cpp @@ -440,7 +440,7 @@ bool DiceVerifyTimeout(CTransaction &betTx,int32_t timeoutblocks) return(numblocks >= timeoutblocks); } -bool GetBlock(uint256 hash, CBlockIndex& blockIdx) const +bool GetBlock(uint256 hash, CBlockIndex& blockIdx) { auto r = mapBlockIndex.find(hash); if (r != mapBlockIndex.end()) {