mirror of
https://github.com/corda/corda.git
synced 2025-01-09 14:33:30 +00:00
fixed propegation of result sizes
This commit is contained in:
parent
32167168f8
commit
cd59222f53
@ -3652,7 +3652,7 @@ class TranslateEvent: public Event {
|
|||||||
|
|
||||||
apply(c, type,
|
apply(c, type,
|
||||||
size, value->source, source(value->high),
|
size, value->source, source(value->high),
|
||||||
size, low, high);
|
resSize, low, high);
|
||||||
|
|
||||||
for (Read* r = reads; r; r = r->eventNext) {
|
for (Read* r = reads; r; r = r->eventNext) {
|
||||||
popRead(c, this, r->value);
|
popRead(c, this, r->value);
|
||||||
|
Loading…
Reference in New Issue
Block a user