mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-08 13:49:35 +02: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,6 +5,7 @@
|
||||
#ifndef BITCOIN_QT_BANTABLEMODEL_H
|
||||
#define BITCOIN_QT_BANTABLEMODEL_H
|
||||
|
||||
#include <addrdb.h>
|
||||
#include <net.h>
|
||||
|
||||
#include <memory>
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
#include <qt/psbtoperationsdialog.h>
|
||||
#include <qt/walletmodel.h>
|
||||
#include <qt/walletview.h>
|
||||
#include <util/system.h>
|
||||
|
||||
#include <cassert>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user