-
Notifications
You must be signed in to change notification settings - Fork 11
P2PK Tests
bitcoincoretech edited this page Nov 17, 2020
·
3 revisions
{
"description": "input/output from output/signature",
"arguments": {
"output": "030000000000000000000000000000000000000000000000000000000000000001 OP_CHECKSIG",
"signature": "300602010002010001"
},
"expected": {
"name": "p2pk",
"pubkey": "030000000000000000000000000000000000000000000000000000000000000001",
"input": "300602010002010001",
"witness": []
}
}