1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-06-01 17:15:27 +00:00

BIP 158: Add more cases to test vectors.

This commit is contained in:
Jim Posen
2018-08-27 21:27:37 -07:00
parent 24618f3f86
commit 12fc7af590
2 changed files with 4 additions and 0 deletions

View File

@@ -33,6 +33,8 @@ var (
{0, "Genesis block"},
{2, ""},
{3, ""},
{49291, "Tx pays to empty output script"},
{180480, "Tx spends from empty output script"},
{926485, "Duplicate pushdata 913bcc2be49cb534c20474c4dee1e9c4c317e7eb"},
{987876, "Coinbase tx has unparseable output script"},
{1263442, "Includes witness data"},