mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 06:28:31 +01:00
tests: Test for expected return values when calling functions returning a success code
This commit is contained in:
@@ -179,7 +179,7 @@ BOOST_AUTO_TEST_CASE(multisig_Sign)
|
||||
for (int i = 0; i < 4; i++)
|
||||
{
|
||||
key[i].MakeNewKey(true);
|
||||
keystore.AddKey(key[i]);
|
||||
BOOST_CHECK(keystore.AddKey(key[i]));
|
||||
}
|
||||
|
||||
CScript a_and_b;
|
||||
|
||||
Reference in New Issue
Block a user