File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,8 @@ static constexpr unsigned int DEFAULT_ANCESTOR_LIMIT{25};
63
63
static constexpr unsigned int DEFAULT_ANCESTOR_SIZE_LIMIT{101 };
64
64
/* * Default for -limitdescendantcount, max number of in-mempool descendants */
65
65
static constexpr unsigned int DEFAULT_DESCENDANT_LIMIT{25 };
66
+ /* * Default for -limitdescendantsize, maximum kilobytes of in-mempool descendants */
67
+ static constexpr unsigned int DEFAULT_DESCENDANT_SIZE_LIMIT{101 };
66
68
/* *
67
69
* Standard script verification flags that standard transactions will comply
68
70
* with. However scripts violating these flags may still be present in valid
Original file line number Diff line number Diff line change @@ -59,9 +59,6 @@ namespace Consensus {
59
59
struct Params ;
60
60
} // namespace Consensus
61
61
62
- /* * Default for -limitdescendantsize, maximum kilobytes of in-mempool descendants */
63
- static const unsigned int DEFAULT_DESCENDANT_SIZE_LIMIT = 101 ;
64
-
65
62
// If a package is submitted, it must be within the mempool's ancestor/descendant limits. Since a
66
63
// submitted package must be child-with-unconfirmed-parents (all of the transactions are an ancestor
67
64
// of the child), package limits are ultimately bounded by mempool package limits. Ensure that the
You can’t perform that action at this time.
0 commit comments