Monero median_fee fn

This commit is contained in:
Luke Parker
2023-10-22 17:43:21 -04:00
parent 83c41eccd4
commit a71a789912
2 changed files with 24 additions and 7 deletions

View File

@@ -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.