Skip to content

Commit a3a9817

Browse files
Merge branch 'master' into FC-1287-ci-integration
2 parents cf1c055 + 881a003 commit a3a9817

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/src/main/java/com/neemre/btcdcli4j/core/domain/enums/ScriptTypes.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@
1616
@JsonIgnoreProperties(ignoreUnknown = true)
1717
public enum ScriptTypes {
1818

19-
// https://github.com/bitcoin/bitcoin/blob/8152d3fe57a991e9088d0b9d261d2b10936f45a9/src/script/standard.cpp
19+
// https://github.com/bitcoin/bitcoin/blob/28.x/src/script/solver.cpp#L21-L31
2020
PUB_KEY("pubkey"),
2121
PUB_KEY_HASH("pubkeyhash"),
2222
SCRIPT_HASH("scripthash"),
2323
MULTISIG("multisig"),
2424
NULL_DATA("nulldata"),
25+
ANCHOR("anchor"),
2526
WITNESS_V0_KEYHASH("witness_v0_keyhash"),
2627
WITNESS_V0_SCRIPTHASH("witness_v0_scripthash"),
2728
WITNESS_UNKNOWN("witness_unknown"),

0 commit comments

Comments
 (0)