mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 22:50:59 +01:00
wallet: Fix typo in assert that is compile-time true
This commit is contained in:
@@ -13,6 +13,12 @@
|
||||
|
||||
BOOST_FIXTURE_TEST_SUITE(script_standard_tests, BasicTestingSetup)
|
||||
|
||||
BOOST_AUTO_TEST_CASE(dest_default_is_no_dest)
|
||||
{
|
||||
CTxDestination dest;
|
||||
BOOST_CHECK(!IsValidDestination(dest));
|
||||
}
|
||||
|
||||
BOOST_AUTO_TEST_CASE(script_standard_Solver_success)
|
||||
{
|
||||
CKey keys[3];
|
||||
|
||||
Reference in New Issue
Block a user