change to just int, compiler was mad

This commit is contained in:
blackjok3r
2018-09-24 15:43:43 +08:00
parent 91c3080146
commit 4dec9ceba8
2 changed files with 6 additions and 6 deletions

View File

@@ -107,7 +107,7 @@ int is_STAKED() {
return(STAKED);
};
int STAKED_era(uint32_t timestamp)
int STAKED_era(int timestamp)
{
int era;
if (timestamp <= STAKED_NOTARIES_TIMESTAMP)