Fill firstTransaction in case decay can not be created.

This commit is contained in:
ogerly 2022-02-07 11:32:56 +01:00 committed by elweyn
parent 8c6aafcedb
commit d3123e00fc

View File

@ -103,6 +103,8 @@ async function calculateAndAddDecayTransactions(
decayStartTransaction.received.getTime() / 1000 decayStartTransaction.received.getTime() / 1000
).toString() ).toString()
} }
} else {
finalTransaction.firstTransaction = true
} }
} }