8ea40102c0
* 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 |
||
---|---|---|
.. | ||
rpc-tests.py | ||
tests_config.py.in |