Skip to content

Commit f1363d4

Browse files
author
Gabriel Cardona
committed
Add support for DSV
1 parent d62a0a1 commit f1363d4

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

index.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@
126126
"OP_NOP8": 183,
127127
"OP_NOP9": 184,
128128
"OP_NOP10": 185,
129+
"OP_CHECKDATASIG": 186,
130+
"OP_CHECKDATASIGVERIFY": 187,
129131

130132
"OP_PUBKEYHASH": 253,
131133
"OP_PUBKEY": 254,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bitcoin-ops",
3-
"version": "1.4.1",
3+
"version": "1.5.0",
44
"description": "bitcoin OP codes",
55
"author": "Daniel Cousens",
66
"license": "MIT",

0 commit comments

Comments
 (0)