Files
bitcoin/src
John Newbery 497c9e2964 [test] Don't set bypass_limits to true in txvalidationcache_tests.cpp
AcceptToMemoryPool() is called for transactions with fees above
minRelayTxFee and with the mempool not full, so setting bypass_limits to
true or false has no impact on the test.

The only way that changing bypass_limits from true to false could change
the result would be to change the outcome to INVALID(TX_MEMPOOL_POLICY).
Since all the ATMP calls in this test result in VALID both before and
after this change, there is no change in behavior.
2021-11-03 12:04:46 +00:00
..
2021-09-10 11:18:58 +08:00
2021-10-16 13:35:57 -07:00
2021-09-29 14:10:29 +02:00
2021-09-16 21:16:39 +09:00
2021-10-11 21:45:49 +10:00
2021-10-05 11:11:18 +02:00
2021-10-07 13:22:02 +02:00
2021-09-11 10:47:02 +03:00
2021-09-29 18:46:30 +02:00