mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2025-04-08 11:58:12 +02:00
handle no prior connection for fetching min relay fee rate
This commit is contained in:
parent
ac438ec023
commit
2cf653702c
@ -644,7 +644,7 @@ public class AppController implements Initializable {
|
||||
}
|
||||
|
||||
public static Double getMinimumRelayFeeRate() {
|
||||
return minimumRelayFeeRate;
|
||||
return minimumRelayFeeRate == null ? Transaction.DEFAULT_MIN_RELAY_FEE : minimumRelayFeeRate;
|
||||
}
|
||||
|
||||
public static CurrencyRate getFiatCurrencyExchangeRate() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user