Skip to content

Commit bae1d36

Browse files
committed
add test for "Signature mismatch"
1 parent c63721c commit bae1d36

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

test/fixtures/p2wpkh.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,16 @@
141141
]
142142
}
143143
},
144+
{
145+
"exception": "Signature mismatch",
146+
"arguments": {
147+
"signature": "300602010002010002",
148+
"witness": [
149+
"300602010002010001",
150+
"030000000000000000000000000000000000000000000000000000000000000001"
151+
]
152+
}
153+
},
144154
{
145155
"exception": "Invalid prefix or Network mismatch",
146156
"arguments": {

0 commit comments

Comments
 (0)