Skip to content

Commit 4128634

Browse files
Thomas Kerindcousens
authored andcommitted
test vector for litecoin-pubkeyhash and litecoin-scripthash
1 parent 78b2d34 commit 4128634

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

test/fixtures/address.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,20 @@
1414
"base58check": "3LRW7jeCvQCRdPF8S3yUCfRAx4eqXFmdcr",
1515
"script": "OP_HASH160 cd7b44d0b03f2d026d1e586d7ae18903b0d385f6 OP_EQUAL"
1616
},
17+
{
18+
"network": "litecoin",
19+
"version": 50,
20+
"hash": "332bdfb31f688c0be0137c7c038a6d0fea0de0b6",
21+
"base58check": "MCZjFcwYJwwYqXAbd3bbnxaCVGs81cp43Z",
22+
"script": "OP_HASH160 332bdfb31f688c0be0137c7c038a6d0fea0de0b6 OP_EQUAL"
23+
},
24+
{
25+
"network": "litecoin",
26+
"version": 48,
27+
"hash": "6ac624143d19a3c91d2ac5605f0aebdfeac5b826",
28+
"base58check": "LUxXFcwXFPpRZdMv4aYu6bDwPdC2skQ5YW",
29+
"script": "OP_DUP OP_HASH160 6ac624143d19a3c91d2ac5605f0aebdfeac5b826 OP_EQUALVERIFY OP_CHECKSIG"
30+
},
1731
{
1832
"network": "testnet",
1933
"version": 111,
@@ -62,3 +76,4 @@
6276
]
6377
}
6478
}
79+

0 commit comments

Comments
 (0)