This commit is contained in:
blackjok3r
2018-11-04 17:02:08 +08:00
parent e32a1ae447
commit 629d69debe

View File

@@ -125,6 +125,7 @@ int8_t updateStakedNotary() {
pthread_mutex_lock(&komodo_mutex);
decode_hex(pubkey33,33,(char *)NOTARY_PUBKEY.c_str());
pubkey2addr((char *)Raddress,(uint8_t *)pubkey33);
fprintf(stderr, "Raddress: %s\n",Raddress);
NOTARY_ADDRESS.clear();
NOTARY_ADDRESS.assign(Raddress);
pthread_mutex_unlock(&komodo_mutex);