refactor: Nuke guiutil circular dependency

Co-authored-by: Gregory Sanders <gsanders87@gmail.com>
This commit is contained in:
Hennadii Stepanov
2019-11-19 11:27:35 +02:00
parent 73b5505cfe
commit 567cb44eb9
2 changed files with 0 additions and 2 deletions

View File

@ -28,7 +28,6 @@ EXPECTED_CIRCULAR_DEPENDENCIES=(
"wallet/fees -> wallet/wallet -> wallet/fees"
"wallet/wallet -> wallet/walletdb -> wallet/wallet"
"policy/fees -> txmempool -> validation -> policy/fees"
"qt/guiutil -> qt/walletmodel -> qt/optionsmodel -> qt/guiutil"
"txmempool -> validation -> validationinterface -> txmempool"
"wallet/scriptpubkeyman -> wallet/wallet -> wallet/scriptpubkeyman"
)