0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-05 10:17:30 -05:00
bitcoin-bitcoin-core/src/wallet/test
practicalswift 065039da1f [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.
2017-07-26 01:48:40 +02:00
..
accounting_tests.cpp scripted-diff: Remove #include <boost/foreach.hpp> 2017-06-22 03:48:52 +02:00
crypto_tests.cpp [tests] Fix incorrect memory_cleanse(…) call in crypto_tests.cpp 2017-07-26 01:48:40 +02:00
wallet_test_fixture.cpp Wallet: Replace pwalletMain with a vector of wallet pointers 2017-06-06 21:17:09 +00:00
wallet_test_fixture.h test: Create test fixture for wallet 2016-04-18 14:57:42 +02:00
wallet_tests.cpp Make CoinControl a required argument to CreateTransaction 2017-07-14 23:07:18 -04:00