new timestamps try again lol

This commit is contained in:
blackjok3r
2018-09-25 18:53:32 +08:00
parent 4becb91f8e
commit 6ecc2a17bf
2 changed files with 6 additions and 6 deletions

View File

@@ -309,8 +309,8 @@ int32_t komodo_notaries(uint8_t pubkeys[64][33],int32_t height,uint32_t timestam
//for (i=0; i<1; i++)
// decode_hex(null_pubkeys[i],33,(char *)notaries_STAKED1[i][1]);
printf("%s IS A STAKED CHAIN and is in an ERA GAP.\n",ASSETCHAINS_SYMBOL);
//memcpy(pubkeys,null_pubkeys,64 * 33);
return(0);
memcpy(pubkeys,null_pubkeys,64 * 33);
return(64);
}
}
}