mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2025-11-05 11:56:37 +00:00
minor tweaks
This commit is contained in:
parent
f28e00b97e
commit
ebce34f3d1
2 changed files with 2 additions and 2 deletions
|
|
@ -57,7 +57,7 @@ public class RecentBlocksView extends Pane {
|
|||
}
|
||||
|
||||
public void updateFeeRatesSource(FeeRatesSource feeRatesSource) {
|
||||
tooltip.setText("Fee rates from " + feeRatesSource.getDescription());
|
||||
tooltip.setText("Fee rate estimate from " + feeRatesSource.getDescription());
|
||||
if(getCubes() != null && !getCubes().isEmpty()) {
|
||||
getCubes().getFirst().setFeeRatesSource(feeRatesSource);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2060,7 +2060,7 @@ public class ElectrumServer {
|
|||
electrumServerRpc.unsubscribeScriptHashes(transport, unsubscribeScriptHashes);
|
||||
}
|
||||
subscribedRecent.keySet().removeAll(unsubscribeScriptHashes);
|
||||
broadcastRecent.clear();
|
||||
broadcastRecent.keySet().removeAll(unsubscribeScriptHashes);
|
||||
|
||||
Map<String, String> subscribeScriptHashes = new HashMap<>();
|
||||
List<BlockTransaction> recentTransactions = electrumServer.getRecentMempoolTransactions();
|
||||
|
|
|
|||
Loading…
Reference in a new issue