aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
author251 <13120787+l2a5b1@users.noreply.github.com>2019-07-23 23:47:17 +0200
committer251 <13120787+l2a5b1@users.noreply.github.com>2019-11-21 21:05:38 +0100
commite20c72f9f076681def325b5b5fa53bccda2b0eab (patch)
treef88c796738d7379600782ac143e24a0f922fca45 /test
parent69a6f1ad1f7ca52b2524ab8322bfa89a9b0ee61b (diff)
downloadbitcoin-e20c72f9f076681def325b5b5fa53bccda2b0eab.tar.xz
Fire TransactionRemovedFromMempool from mempool
This commit fires TransactionRemovedFromMempool callbacks from the mempool and cleans up a bunch of code.
Diffstat (limited to 'test')
-rwxr-xr-xtest/lint/lint-circular-dependencies.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/lint/lint-circular-dependencies.sh b/test/lint/lint-circular-dependencies.sh
index 8b320832f0..7164432ca5 100755
--- a/test/lint/lint-circular-dependencies.sh
+++ b/test/lint/lint-circular-dependencies.sh
@@ -26,7 +26,6 @@ EXPECTED_CIRCULAR_DEPENDENCIES=(
"wallet/fees -> wallet/wallet -> wallet/fees"
"wallet/wallet -> wallet/walletdb -> wallet/wallet"
"policy/fees -> txmempool -> validation -> policy/fees"
- "txmempool -> validation -> validationinterface -> txmempool"
"wallet/scriptpubkeyman -> wallet/wallet -> wallet/scriptpubkeyman"
)