Skip to content

Commit 49c4211

Browse files
committed
refactor: Nuke walletmodeltransaction circular dep
1 parent 567cb44 commit 49c4211

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/qt/walletmodeltransaction.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
#ifndef BITCOIN_QT_WALLETMODELTRANSACTION_H
66
#define BITCOIN_QT_WALLETMODELTRANSACTION_H
77

8+
#include <primitives/transaction.h>
89
#include <qt/sendcoinsrecipient.h>
9-
#include <qt/walletmodel.h>
1010

1111
#include <amount.h>
1212

test/lint/lint-circular-dependencies.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ EXPECTED_CIRCULAR_DEPENDENCIES=(
2222
"qt/recentrequeststablemodel -> qt/walletmodel -> qt/recentrequeststablemodel"
2323
"qt/sendcoinsdialog -> qt/walletmodel -> qt/sendcoinsdialog"
2424
"qt/transactiontablemodel -> qt/walletmodel -> qt/transactiontablemodel"
25-
"qt/walletmodel -> qt/walletmodeltransaction -> qt/walletmodel"
2625
"txmempool -> validation -> txmempool"
2726
"wallet/coincontrol -> wallet/wallet -> wallet/coincontrol"
2827
"wallet/fees -> wallet/wallet -> wallet/fees"

0 commit comments

Comments
 (0)