refactor: Nuke walletmodeltransaction circular dep

This commit is contained in:
Hennadii Stepanov 2019-11-19 11:56:42 +02:00
parent 567cb44eb9
commit 49c4211c04
No known key found for this signature in database
GPG key ID: 410108112E7EA81F
2 changed files with 1 additions and 2 deletions

View file

@ -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>

View file

@ -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"