mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2026-07-30 19:46:16 +00:00
minor ui tweaks
This commit is contained in:
@@ -1529,7 +1529,7 @@ public class ElectrumServer {
|
||||
}
|
||||
}
|
||||
if(cache.isCancelled()) {
|
||||
throw new ServerException("Silent payments scan was cancelled for " + spAddress);
|
||||
throw new ServerException("Silent payments scan was cancelled for " + spAddress.substring(0, 10) + "...");
|
||||
}
|
||||
return cache.snapshotEntries();
|
||||
} finally {
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
<Form GridPane.columnIndex="0" GridPane.rowIndex="0">
|
||||
<Fieldset inputGrow="SOMETIMES" text="Settings" styleClass="header">
|
||||
<Field text="Policy Type:">
|
||||
<ComboBox fx:id="policyType" prefWidth="160">
|
||||
<ComboBox fx:id="policyType" prefWidth="170">
|
||||
<items>
|
||||
<FXCollections fx:factory="observableArrayList">
|
||||
<PolicyType fx:constant="SINGLE_HD" />
|
||||
|
||||
Reference in New Issue
Block a user