From b5e3297073188573d8cfe902d43f83ccc3c1141c Mon Sep 17 00:00:00 2001 From: blackjok3r Date: Sun, 28 Oct 2018 12:24:22 +0800 Subject: [PATCH] fix --- src/cc/dice.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()) {