mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-20 02:25:40 +01:00
refactor: Nuke walletmodeltransaction circular dep
This commit is contained in:
parent
567cb44eb9
commit
49c4211c04
@ -5,8 +5,8 @@
|
||||
#ifndef BITCOIN_QT_WALLETMODELTRANSACTION_H
|
||||
#define BITCOIN_QT_WALLETMODELTRANSACTION_H
|
||||
|
||||
#include <primitives/transaction.h>
|
||||
#include <qt/sendcoinsrecipient.h>
|
||||
#include <qt/walletmodel.h>
|
||||
|
||||
#include <amount.h>
|
||||
|
||||
|
@ -22,7 +22,6 @@ EXPECTED_CIRCULAR_DEPENDENCIES=(
|
||||
"qt/recentrequeststablemodel -> qt/walletmodel -> qt/recentrequeststablemodel"
|
||||
"qt/sendcoinsdialog -> qt/walletmodel -> qt/sendcoinsdialog"
|
||||
"qt/transactiontablemodel -> qt/walletmodel -> qt/transactiontablemodel"
|
||||
"qt/walletmodel -> qt/walletmodeltransaction -> qt/walletmodel"
|
||||
"txmempool -> validation -> txmempool"
|
||||
"wallet/coincontrol -> wallet/wallet -> wallet/coincontrol"
|
||||
"wallet/fees -> wallet/wallet -> wallet/fees"
|
||||
|
Loading…
Reference in New Issue
Block a user