diff --git a/tests/test_naxolotl.nim b/tests/test_naxolotl.nim index a4edb9b..9ce0c41 100644 --- a/tests/test_naxolotl.nim +++ b/tests/test_naxolotl.nim @@ -31,7 +31,6 @@ proc hexToArray*[N: static[int]](hexStr: string): array[N, byte] = "Hex string length (" & $hexStr.len & ") doesn't match array size (" & $( N*2) & ")") - var result: array[N, byte] for i in 0..