wallet: Refactor to use WalletLocation

Github-Pull: #14350
Rebased-From: 65f3672
This commit is contained in:
João Barbosa
2018-09-28 16:50:18 +01:00
parent 21693ff0b7
commit 16e5759455
11 changed files with 54 additions and 58 deletions

View File

@@ -30,7 +30,6 @@ EXPECTED_CIRCULAR_DEPENDENCIES=(
"validation -> validationinterface -> validation"
"wallet/coincontrol -> wallet/wallet -> wallet/coincontrol"
"wallet/fees -> wallet/wallet -> wallet/fees"
"wallet/rpcwallet -> wallet/wallet -> wallet/rpcwallet"
"wallet/wallet -> wallet/walletdb -> wallet/wallet"
"policy/fees -> policy/policy -> validation -> policy/fees"
"policy/rbf -> txmempool -> validation -> policy/rbf"