v0.0.12 - fixed nip94 test
This commit is contained in:
@@ -1405,7 +1405,7 @@ process_file_upload:
|
||||
printf("Content-Type: application/json\r\n\r\n");
|
||||
printf("{\n");
|
||||
printf(" \"sha256\": \"%s\",\n", sha256_hex);
|
||||
printf(" \"size\": %zu,\n", file_size);
|
||||
printf(" \"size\": %ld,\n", (long)file_size);
|
||||
printf(" \"type\": \"%s\",\n", content_type);
|
||||
printf(" \"uploaded\": %ld,\n", uploaded_time);
|
||||
printf(" \"url\": \"%s\"", blob_url);
|
||||
|
||||
Reference in New Issue
Block a user