mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
wallet: Fix typo in assert that is compile-time true
This commit is contained in:
parent
ae32e5ce3d
commit
fa47cf9d95
2 changed files with 11 additions and 2 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue