test
[VerusCoin.git] / src / komodo_utils.h
index 941a046c36a9e596f93730567ea249e98e50cea6..5602292a5f8a4d3def401f0e6c3f26f301b8f838 100644 (file)
@@ -1433,7 +1433,7 @@ int32_t komodo_whoami(char *pubkeystr,int32_t height)
 {
     int32_t i,notaryid; 
     for (i=0; i<33; i++)
-        sprintf(&pubkeystr[i<<1],NOTARY_PUBKEY33[i]);
+        sprintf(&pubkeystr[i<<1],"%02x",NOTARY_PUBKEY33[i]);
     pubkeystr[66] = 0;
     komodo_chosennotary(&notaryid,height,NOTARY_PUBKEY33);
     return(notaryid);
This page took 0.020517 seconds and 4 git commands to generate.