ac_cc under 1000 is not fungible

This commit is contained in:
Scott Sadler
2018-07-26 16:06:01 -03:00
parent fff7c5d249
commit 0f4a3ceaa9
3 changed files with 8 additions and 5 deletions

View File

@@ -42,7 +42,7 @@ uint256 CalculateProofRoot(const char* symbol, uint32_t targetCCid, int kmdHeigh
* > scan backwards >
*/
if (targetCCid <= 1)
if (targetCCid < 2)
return uint256();
if (kmdHeight < 0 || kmdHeight > chainActive.Height())