kernel: build: remove unused serfloat dependency

The serfloat module is only used for fee estimation, which is not
included in the bitcoinkernel library, so the dependency can be removed.
This commit is contained in:
Sebastian Falbesoner
2026-04-14 23:55:59 +02:00
parent 7844a2f083
commit 49895b9cbd

View File

@@ -68,7 +68,6 @@ add_library(bitcoinkernel
../util/hasher.cpp
../util/moneystr.cpp
../util/rbf.cpp
../util/serfloat.cpp
../util/signalinterrupt.cpp
../util/syserror.cpp
../util/threadnames.cpp