mirror of
https://github.com/serai-dex/serai.git
synced 2024-11-16 17:07:35 +00:00
Update Bitcoin Docker image to 25.1
Also decreases the Bitcoin dummy fee.
This commit is contained in:
parent
43a182fc4c
commit
b66203ae3f
2 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue