mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2025-11-05 11:56:37 +00:00
handle bitkey descriptor export format
This commit is contained in:
parent
c265fd1969
commit
799cac7b1f
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ public class Descriptor implements WalletImport, WalletExport {
|
||||||
} else if(line.startsWith("#")) {
|
} else if(line.startsWith("#")) {
|
||||||
continue;
|
continue;
|
||||||
} else {
|
} else {
|
||||||
paragraph.append(line);
|
paragraph.append(line.replaceFirst("^.+:", "").trim());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue