[tests] Fix incorrect memory_cleanse(…) call in crypto_tests.cpp
commit065039da1f83d0fe5b74d3b33be6d48e19d78d7f
authorpracticalswift <practicalswift@users.noreply.github.com>
Sat, 22 Jul 2017 21:52:57 +0000 (22 23:52 +0200)
committerpracticalswift <practicalswift@users.noreply.github.com>
Tue, 25 Jul 2017 23:48:40 +0000 (26 01:48 +0200)
treedc858e8813a34ac92452d9530c95b40b10520fce
parent1caafa6cde3b88d926611771f9b4c06fcc6e0007
[tests] Fix incorrect memory_cleanse(…) call in crypto_tests.cpp

chKey and chIV are pointers, not arrays :-)

Probably the result of copy-pasting of old code which was
operating on arrays instead of pointers.
src/wallet/test/crypto_tests.cpp