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:
@@ -1,7 +1,7 @@
|
||||
# Configure Environment
|
||||
FROM alpine:latest as builder
|
||||
|
||||
ENV BITCOIN_VERSION=25.0
|
||||
ENV BITCOIN_VERSION=25.1
|
||||
ENV GLIBC_VERSION=2.28-r0
|
||||
ENV BITCOIN_DATA=/home/bitcoin/.bitcoin
|
||||
|
||||
|
||||
@@ -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