mirror of
https://github.com/corda/corda.git
synced 2025-06-19 15:43:52 +00:00
[CORDA-1098]: Fixed Artemis filters for flows draining mode. (#2613)
This commit is contained in:
committed by
GitHub
parent
67f9266b24
commit
e91b74962b
@ -144,7 +144,7 @@ class WireTransaction(componentGroups: List<ComponentGroup>, val privacySalt: Pr
|
||||
}
|
||||
|
||||
// Check attachment size first as they are most likely to go over the limit.
|
||||
ltx.attachments.forEach { minus(it.size) }
|
||||
ltx.attachments.associateBy(Attachment::id).values.forEach { minus(it.size) }
|
||||
minus(ltx.inputs.serialize().size)
|
||||
minus(ltx.commands.serialize().size)
|
||||
minus(ltx.outputs.serialize().size)
|
||||
|
Reference in New Issue
Block a user