This commit is contained in:
jl777
2016-10-21 09:06:28 -03:00
parent a5f315c78c
commit 8e2831a86e

View File

@@ -289,7 +289,7 @@ int32_t komodo_chosennotary(int32_t *notaryidp,int32_t height,uint8_t *pubkey33)
}
int32_t i; for (i=0; i<33; i++)
printf("%02x",pubkey33[i]);
printf(" ht.%d notary.%d special.%d\n",height,notaryid,modval);
printf(" ht.%d notary.%d special.%d\n",height,*notaryidp,modval);
return(modval);
}