mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Monero median_fee fn
This commit is contained in:
@@ -333,7 +333,6 @@ impl Bitcoin {
|
||||
}
|
||||
}
|
||||
fees.sort();
|
||||
// Prefer the higher fee
|
||||
let fee = fees.get(fees.len() / 2).cloned().unwrap_or(0);
|
||||
|
||||
// The DUST constant documentation details a 5000 sat/kilo-vbyte minimum fee policy.
|
||||
|
||||
Reference in New Issue
Block a user