mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 06:28:31 +01:00
Merge bitcoin/bitcoin#22915: Remove confusing CAddrDB
fade9a1a4dRemove confusing CAddrDB (MarcoFalke)fa7f77b7d1Fix addrdb includes (MarcoFalke)fa3f5d0daeMove addrman includes from .h to .cpp (MarcoFalke) Pull request description: Split out from #22762 to avoid having to carry it around in (an)other rebase(s) ACKs for top commit: ryanofsky: Code review ACKfade9a1a4dlsilva01: Code Review ACKfade9a1a4dTree-SHA512: 7615fb0b6235d0c1e6f8cd6263dd18c4d95890567c2b797fe6fce6cb12cc85ce6eacbe07dbb6d81b05d179ef03b42edfd61c940e35a1044ce6d363b54c2dae5c
This commit is contained in:
@@ -5,10 +5,12 @@
|
||||
|
||||
#include <addrman.h>
|
||||
|
||||
#include <clientversion.h>
|
||||
#include <hash.h>
|
||||
#include <logging.h>
|
||||
#include <netaddress.h>
|
||||
#include <serialize.h>
|
||||
#include <streams.h>
|
||||
|
||||
#include <cmath>
|
||||
#include <optional>
|
||||
|
||||
Reference in New Issue
Block a user