mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-05-20 10:54:47 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user