mirror of
https://github.com/serai-dex/serai.git
synced 2025-01-09 12:29:27 +00:00
Reduce dummy fee used by Monero
This commit is contained in:
parent
8ead7a2581
commit
43a182fc4c
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ impl Monero {
|
|||
let median_fee = || {
|
||||
// TODO
|
||||
let _ = block_for_fee;
|
||||
Fee { per_weight: 10000000, mask: 10000 }
|
||||
Fee { per_weight: 1500000, mask: 10000 }
|
||||
};
|
||||
let fee_rate = median_fee();
|
||||
|
||||
|
|
Loading…
Reference in a new issue