forked from bitcoin/bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove leftover RBF code from BTC (#2297)
* Remove leftover RBF code from BTC * remove rbf #include * remove rbf in rpc-tests * removes replace-by-fee.py * remove help text related to rbf * remove comment text relating to rbf * remove "-mempoolreplacement" cli option * Remove (effectively dead) RBF code which would never have been called anyway and some assosiated variables * since `setConflicts` is always empty, this is dead code * Since we don't have RBF, don't have to do this check. Also, since `setConflicts` is always empty this is dead code * removes unneccesary if as it will always be true * remove unused `set<uint256> setConflicts` * Removes replacement of conflicting txs, as conflicting txs are never accepted * removes RBF from `validForFeeEstimation` * removes (probably) unnecessary lock * remove replacing part of the AcceptToMemoryPool and AcceptToMemoryPoolWIthTime * fixes err in ps.cpp, didn't remove arg * RBF in net_processing.cpp * remove arg in ps-server.cpp * removes another arg in PS code * removes rawtx.c AcceptToMemoryPool arg * removes arg in txvalidationcache_tests.cpp * remove extra args * forgot an arg * fix typo in 82898b0 * remove unused fEnableReplacement in validation.h * remove the removal reason REPLACED in txmempool.h * removed unused variable * comment typo
- Loading branch information
1 parent
3cc4ac1
commit 8ea4010
Showing
17 changed files
with
38 additions
and
1,037 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.