define
This commit is contained in:
@@ -1488,9 +1488,11 @@ int32_t komodo_whoami(char *pubkeystr,int32_t height,uint32_t timestamp)
|
||||
for (i=0; i<33; i++)
|
||||
sprintf(&pubkeystr[i<<1],"%02x",NOTARY_PUBKEY33[i]);
|
||||
pubkeystr[66] = 0;
|
||||
#ifdef SERVER
|
||||
pubkey2addr((char *)Raddress,(uint8_t *)NOTARY_PUBKEY33);
|
||||
CBitcoinAddress address(Raddress);
|
||||
NOTARY_ADDRESS = address.ToString();
|
||||
#endif
|
||||
komodo_chosennotary(¬aryid,height,NOTARY_PUBKEY33,timestamp);
|
||||
return(notaryid);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user