Skip to content

Commit 4d7b516

Browse files
committed
txbuilder: isolate Invalid script test from Non-standard test
1 parent 581f57f commit 4d7b516

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

test/fixtures/transaction_builder.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1917,10 +1917,16 @@
19171917
}
19181918
]
19191919
},
1920+
{
1921+
"description": "Transaction w/ invalid scripts",
1922+
"exception": "Invalid script",
1923+
"incomplete": true,
1924+
"txHex": "010000000100000000171a0000e028f2000000000050178500000000000d0000000e000000000000002009f691b2263260e71f363d1db51ff3100d285956a40cc0e4f8c8c2c4a80559b1ffffffff0110270000000000001976a914aa4d7985c57e011a8b3dd8e0e5a73aaef41629c588ac00000000"
1925+
},
19201926
{
19211927
"description": "Complete transaction w/ non-standard inputs",
19221928
"exception": "nonstandard not supported",
1923-
"txHex": "010000000100000000171a0000e028f2000000000050178500000000000d0000000e000000000000002009f691b2263260e71f363d1db51ff3100d285956a40cc0e4f8c8c2c4a80559b1ffffffff0110270000000000001976a914aa4d7985c57e011a8b3dd8e0e5a73aaef41629c588ac00000000"
1929+
"txHex": "010000000100000000171a0000e028f2000000000050178500000000000d0000000e00000000000000201ff691b2263260e71f363d1db51ff3100d285956a40cc0e4f8c8c2c4a80559b1ffffffff0110270000000000001976a914aa4d7985c57e011a8b3dd8e0e5a73aaef41629c588ac00000000"
19241930
}
19251931
],
19261932
"sign": [

0 commit comments

Comments
 (0)