Move things

This commit is contained in:
jl777
2019-03-02 03:32:18 -11:00
parent e8afffb17b
commit 1f4863694b
3 changed files with 7 additions and 7 deletions

View File

@@ -263,11 +263,7 @@ uint64_t komodo_current_supply(uint32_t nHeight)
}
}
}
}
#define KOMODO_MAXNVALUE (((uint64_t)1 << 63) - 1)
#define KOMODO_BIT63SET(x) ((x) & ((uint64_t)1 << 63))
#define KOMODO_VALUETOOBIG(x) ((x) > (uint64_t)10000000000*COIN)
}
if ( KOMODO_BIT63SET(cur_money) != 0 )
return(KOMODO_MAXNVALUE);
if ( ASSETCHAINS_COMMISSION != 0 )