Skip to content

fixing undefined variable in `getTransactionsObjects` function

Created by: vivekmarakana

We push null placeholder in case we do not get tryte. The array we push to is not defined. Fixing it to use defined array so that index of hash & null tryte matches perfectly.

Merge request reports