mirror of
https://github.com/corda/corda.git
synced 2025-06-13 20:58:19 +00:00
CORDA-2187 & CORDA-2038: reverting maxTransactionSize <= maxMessageSize (#4166)
* CORDA-2187 reverting maxTransactionSize <= maxMessageSize * Addressing review comments * Increasing the maxTransactionSize for the Bootstrapper * Updating the testNetworkParameters
This commit is contained in:
@ -394,7 +394,7 @@ internal constructor(private val initSerEnv: Boolean,
|
||||
notaries = notaryInfos,
|
||||
modifiedTime = Instant.now(),
|
||||
maxMessageSize = 10485760,
|
||||
maxTransactionSize = 10485760,
|
||||
maxTransactionSize = 524288000,
|
||||
whitelistedContractImplementations = whitelist,
|
||||
packageOwnership = packageOwnership.filterNotNullValues(),
|
||||
epoch = 1,
|
||||
|
Reference in New Issue
Block a user