bitcoin/src/wallet/test
Russell Yanofsky b4bc32a451 [wallet] Get rid of CWalletTx default constructor
No change in behavior in the normal case. But buggy mapWallet lookups with
invalid txids will now throw exceptions instead of inserting dummy entries into
the map, and potentially causing segfaults and other failures.

This also makes it a compiler error to use the mapWallet[hash] syntax which
could create dummy entries.
2018-03-07 21:12:47 -05:00
..
accounting_tests.cpp [wallet] Get rid of CWalletTx default constructor 2018-03-07 21:12:47 -05:00
crypto_tests.cpp Increment MIT Licence copyright header year on files modified in 2017 2018-01-03 02:26:56 +09:00
wallet_test_fixture.cpp Allow wallet files in multiple directories 2018-03-03 10:26:55 -05:00
wallet_test_fixture.h Allow wallet files in multiple directories 2018-03-03 10:26:55 -05:00
wallet_tests.cpp [wallet] Construct CWalletTx objects in CommitTransaction 2018-03-07 21:12:47 -05:00