mirror of
https://github.com/sparrowwallet/drongo.git
synced 2024-11-02 18:26:43 +00:00
move child derivation paths into outputdescriptor #2
This commit is contained in:
parent
f7f15cebc7
commit
97cdd62173
2 changed files with 1 additions and 4 deletions
|
@ -41,9 +41,7 @@ public class ExtendedPublicKey {
|
|||
}
|
||||
|
||||
public String toString() {
|
||||
StringBuilder builder = new StringBuilder();
|
||||
builder.append(getExtendedPublicKey());
|
||||
return builder.toString();
|
||||
return getExtendedPublicKey();
|
||||
}
|
||||
|
||||
public String getExtendedPublicKey() {
|
||||
|
|
|
@ -8,7 +8,6 @@ import com.sparrowwallet.drongo.protocol.ScriptChunk;
|
|||
import com.sparrowwallet.drongo.protocol.ScriptOpCodes;
|
||||
import com.sparrowwallet.drongo.protocol.ScriptType;
|
||||
|
||||
import java.security.KeyPair;
|
||||
import java.util.*;
|
||||
import java.util.regex.Matcher;
|
||||
import java.util.regex.Pattern;
|
||||
|
|
Loading…
Reference in a new issue