Skip to content

Commit

Permalink
Move RBF from mempool back to the miner (#2449)
Browse files Browse the repository at this point in the history
* Move RBF from mempool to miner

* Reformat Python

* lint: remove unused variable

* Fix feature_evm_miner test

* lint: add circular dep

---------

Co-authored-by: Niven <[email protected]>
  • Loading branch information
Bushstar and sieniven authored Sep 15, 2023
1 parent cb0b36b commit 423a004
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/lint/lint-circular-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ EXPECTED_CIRCULAR_DEPENDENCIES=(
"chainparamsbase -> util/system -> chainparamsbase"
"consensus/tx_verify -> masternodes/masternodes -> validation -> consensus/tx_verify"
"consensus/tx_verify -> masternodes/mn_checks -> txmempool -> consensus/tx_verify"
"ffi/ffiexports -> masternodes/mn_rpc -> wallet/rpcwallet -> init -> ffi/ffiexports"
"index/txindex -> validation -> index/txindex"
"init -> masternodes/govvariables/attributes -> masternodes/mn_rpc -> wallet/rpcwallet -> init"
"masternodes/accountshistory -> masternodes/historywriter -> masternodes/accountshistory"
Expand Down

0 comments on commit 423a004

Please sign in to comment.