Add test from bugfix, also remove unnecessary arg
This commit is contained in:
parent
f8427274cc
commit
35adaa8471
2 changed files with 16 additions and 2 deletions
test/fixtures
14
test/fixtures/p2ms.json
vendored
14
test/fixtures/p2ms.json
vendored
|
@ -310,6 +310,20 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"exception": "Signature mismatch",
|
||||
"arguments": {
|
||||
"m": 1,
|
||||
"pubkeys": [
|
||||
"030000000000000000000000000000000000000000000000000000000000000001",
|
||||
"030000000000000000000000000000000000000000000000000000000000000001"
|
||||
],
|
||||
"signatures": [
|
||||
"300602010002010001"
|
||||
],
|
||||
"input": "OP_0 300602010002010101"
|
||||
}
|
||||
},
|
||||
{
|
||||
"exception": "Too many signatures provided",
|
||||
"arguments": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue