File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,8 @@ static const unsigned int DUST_RELAY_TX_FEE = 3000;
5959static const unsigned int DEFAULT_MIN_RELAY_TX_FEE = 1000 ;
6060/* * Default for -limitancestorcount, max number of in-mempool ancestors */
6161static constexpr unsigned int DEFAULT_ANCESTOR_LIMIT{25 };
62+ /* * Default for -limitancestorsize, maximum kilobytes of tx + all in-mempool ancestors */
63+ static constexpr unsigned int DEFAULT_ANCESTOR_SIZE_LIMIT{101 };
6264/* *
6365 * Standard script verification flags that standard transactions will comply
6466 * with. However scripts violating these flags may still be present in valid
Original file line number Diff line number Diff line change @@ -59,8 +59,6 @@ namespace Consensus {
5959struct Params ;
6060} // namespace Consensus
6161
62- /* * Default for -limitancestorsize, maximum kilobytes of tx + all in-mempool ancestors */
63- static const unsigned int DEFAULT_ANCESTOR_SIZE_LIMIT = 101 ;
6462/* * Default for -limitdescendantcount, max number of in-mempool descendants */
6563static const unsigned int DEFAULT_DESCENDANT_LIMIT = 25 ;
6664/* * Default for -limitdescendantsize, maximum kilobytes of in-mempool descendants */
You can’t perform that action at this time.
0 commit comments