We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a8dece1 + 51fd2ed commit fd51912Copy full SHA for fd51912
2 files changed
build.gradle
@@ -1,6 +1,6 @@
1
allprojects {
2
group = 'com.blockchain.btcd-cli4j'
3
- version = '0.5.8.14'
+ version = '0.5.8.15'
4
}
5
6
subprojects {
core/src/main/java/com/neemre/btcdcli4j/core/domain/enums/ScriptTypes.java
@@ -26,7 +26,9 @@ public enum ScriptTypes {
26
WITNESS_V0_SCRIPTHASH("witness_v0_scripthash"),
27
WITNESS_UNKNOWN("witness_unknown"),
28
WITNESS_V1_TAPROOT("witness_v1_taproot"),
29
- NONSTANDARD("nonstandard");
+ NONSTANDARD("nonstandard"),
30
+ LTC_WITNESS_MWEB_PEGIN("witness_mweb_pegin"),
31
+ LTC_WITNESS_MWEB("witness_mweb_hogaddr");
32
33
private final String name;
34
0 commit comments