mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
Bugfix: Fix a variety of misspellings
This commit is contained in:
parent
a823faecf1
commit
814efd6f1f
31 changed files with 76 additions and 76 deletions
|
|
@ -130,7 +130,7 @@ BOOST_AUTO_TEST_CASE(norecurse)
|
|||
// Should not verify, because it will try to execute OP_INVALIDOPCODE
|
||||
BOOST_CHECK(!Verify(scriptSig, p2sh, true));
|
||||
|
||||
// Try to recurse, and verification should succeed because
|
||||
// Try to recur, and verification should succeed because
|
||||
// the inner HASH160 <> EQUAL should only check the hash:
|
||||
CScript p2sh2;
|
||||
p2sh2.SetDestination(p2sh.GetID());
|
||||
|
|
@ -225,7 +225,7 @@ BOOST_AUTO_TEST_CASE(is)
|
|||
|
||||
BOOST_AUTO_TEST_CASE(switchover)
|
||||
{
|
||||
// Test switchover code
|
||||
// Test switch over code
|
||||
CScript notValid;
|
||||
notValid << OP_11 << OP_12 << OP_EQUALVERIFY;
|
||||
CScript scriptSig;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue