Skip to content

Outdated value, fixes #2298

Christopher Schinnerl requested to merge tbenz9:doc-fixes into master

Created by: tbenz9

Fixes #2298 (closed)

transactionpool.go defines the following values:

// TransactionSizeLimit defines the size of the largest transaction that
// will be accepted by the transaction pool according to the IsStandard
// rules.
TransactionSizeLimit = 32e3

// TransactionSetSizeLimit defines the largest set of dependent unconfirmed
// transactions that will be accepted by the transaction pool.
TransactionSetSizeLimit = 250e3

Merge request reports