summaryrefslogtreecommitdiff
path: root/auto_tests/onion_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'auto_tests/onion_test.c')
-rw-r--r--auto_tests/onion_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto_tests/onion_test.c b/auto_tests/onion_test.c
index e3eb3e5e..128e122b 100644
--- a/auto_tests/onion_test.c
+++ b/auto_tests/onion_test.c
@@ -81,7 +81,7 @@ void print_client_id(uint8_t *client_id, uint32_t length)
81 uint32_t j; 81 uint32_t j;
82 82
83 for (j = 0; j < length; j++) { 83 for (j = 0; j < length; j++) {
84 printf("%02hhX", client_id[j]); 84 printf("%02X", client_id[j]);
85 } 85 }
86 86
87 printf("\n"); 87 printf("\n");