add test for "Signature mismatch"
This commit is contained in:
parent
c63721ca8f
commit
bae1d36244
1 changed files with 10 additions and 0 deletions
10
test/fixtures/p2wpkh.json
vendored
10
test/fixtures/p2wpkh.json
vendored
|
@ -141,6 +141,16 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"exception": "Signature mismatch",
|
||||
"arguments": {
|
||||
"signature": "300602010002010002",
|
||||
"witness": [
|
||||
"300602010002010001",
|
||||
"030000000000000000000000000000000000000000000000000000000000000001"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"exception": "Invalid prefix or Network mismatch",
|
||||
"arguments": {
|
||||
|
|
Loading…
Reference in a new issue