This commit is contained in:
blackjok3r
2018-11-03 15:44:45 +08:00
parent ca7f0b8643
commit c52c8d2a37

View File

@@ -281,8 +281,8 @@ int32_t komodo_notaries(uint8_t pubkeys[64][33],int32_t height,uint32_t timestam
decode_hex(staked_pubkeys1[i],33,(char *)notaries_STAKED1[i][1]);
#ifdef SERVER
pthread_mutex_lock(&komodo_mutex);
fprintf(stderr, "pubkey?: %s\n", notaries_STAKED1[i][1]);
pubkey2addr((char *)NOTARYADDRS[i],(uint8_t *)notaries_STAKED1[i][1]);
fprintf(stderr, "pubkey?: %s\n",staked_pubkeys1[i]);
pubkey2addr((char *)NOTARYADDRS[i],(uint8_t *)staked_pubkeys1[i]);
pthread_mutex_unlock(&komodo_mutex);
#endif
}