mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-02-02 11:16:26 +00:00
change to 5
this appears to be a more sensible value for medium
This commit is contained in:
parent
4abda7bb58
commit
b30fe8bb2a
1 changed files with 1 additions and 1 deletions
|
@ -303,7 +303,7 @@ class ElectrumClient {
|
|||
Future<List<int>> feeRates() async {
|
||||
try {
|
||||
final topDoubleString = await estimatefee(p: 1);
|
||||
final middleDoubleString = await estimatefee(p: 2);
|
||||
final middleDoubleString = await estimatefee(p: 5);
|
||||
final bottomDoubleString = await estimatefee(p: 100);
|
||||
final top =
|
||||
(stringDoubleToBitcoinAmount(topDoubleString.toString()) / 1000)
|
||||
|
|
Loading…
Reference in a new issue