handle bitkey descriptor export format

This commit is contained in:
Craig Raw 2025-06-05 08:28:21 +02:00
parent c265fd1969
commit 799cac7b1f

View file

@ -126,7 +126,7 @@ public class Descriptor implements WalletImport, WalletExport {
} else if(line.startsWith("#")) {
continue;
} else {
paragraph.append(line);
paragraph.append(line.replaceFirst("^.+:", "").trim());
}
}