Daniel Kraft 0be387a536 unittest: fix test for null tx input
Update the unittest that is meant to catch a transaction that is invalid
because it has a null input.  The old test failed not because of that
but because it was considered a coinbase with too large script.  This is
already checked with a different test, though.

The new test is *not* a coinbase since it has two inputs, but one of
them is null.  This really checks the corresponding code path in
CheckTransaction.
2015-10-27 20:11:56 +01:00
..
2014-08-19 10:28:58 -04:00
2015-04-29 15:56:30 +02:00
2014-03-31 11:19:19 -03:00
2014-08-19 23:15:58 -04:00
2014-08-19 23:15:58 -04:00
2014-08-19 23:15:58 -04:00
2014-08-19 23:15:58 -04:00
2014-08-19 23:15:58 -04:00

Description

This directory contains data-driven tests for various aspects of Bitcoin.

License

The data files in this directory are distributed under the MIT software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php.