mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Update Bitcoin Docker image to 25.1
Also decreases the Bitcoin dummy fee.
This commit is contained in:
@@ -328,7 +328,7 @@ impl Bitcoin {
|
||||
let median_fee = || {
|
||||
// TODO
|
||||
let _ = block_for_fee;
|
||||
Fee(20)
|
||||
Fee(2)
|
||||
};
|
||||
let fee = median_fee();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user