This commit is contained in:
jl777
2017-07-13 22:15:05 +02:00
parent 08952acd8f
commit f33d372c76
2 changed files with 12 additions and 7 deletions

View File

@@ -142,7 +142,7 @@ int32_t Jumblr_depositaddradd(char *depositaddr) // external
else
{
retval = JUMBLR_ERROR_NOTINWALLET;
printf("%s not in wallet: ismine.%p %d %s\n",ismine,is_cJSON_True(ismine),jprint(retjson,0));
printf("%s not in wallet: ismine.%p %d %s\n",depositaddr,ismine,is_cJSON_True(ismine),jprint(retjson,0));
}
free_json(retjson);
}