mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
Merge 57a491bee1 into merged_master (Bitcoin PR bitcoin/bitcoin#25388)
This commit is contained in:
commit
f28609b3de
4 changed files with 46 additions and 46 deletions
|
|
@ -88,12 +88,6 @@ using node::UnlinkPrunedFiles;
|
|||
#define MICRO 0.000001
|
||||
#define MILLI 0.001
|
||||
|
||||
/**
|
||||
* An extra transaction can be added to a package, as long as it only has one
|
||||
* ancestor and is no larger than this. Not really any reason to make this
|
||||
* configurable as it doesn't materially change DoS parameters.
|
||||
*/
|
||||
static const unsigned int EXTRA_DESCENDANT_TX_SIZE_LIMIT = 10000;
|
||||
/** Maximum kilobytes for transactions to store for processing during reorg */
|
||||
static const unsigned int MAX_DISCONNECTED_TX_POOL_SIZE = 20000;
|
||||
/** Time to wait between writing blocks/block index to disk. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue