This commit is contained in:
blackjok3r
2018-11-05 20:44:37 +08:00
parent 96c7f474b9
commit dfe8e4a6cd
4 changed files with 11 additions and 4 deletions

View File

@@ -205,6 +205,7 @@ int32_t komodo_notaries(uint8_t pubkeys[64][33],int32_t height,uint32_t timestam
{
static uint8_t elected_pubkeys0[64][33],elected_pubkeys1[64][33],did0,did1; static int32_t n0,n1;
int32_t i,htind,n; uint64_t mask = 0; struct knotary_entry *kp,*tmp;
if ( timestamp == 0 )
timestamp = komodo_heightstamp(height);
if ( ASSETCHAINS_SYMBOL[0] == 0 ) {