BIP2436

Severity

20 : Error

Message

Invalid indexed assignment to '<insert_0>'.

Explanation

No indexed elements from the named array exist. In order to assign a value to an element with index n, where 'n' is a positive integer, n-1 elements with the same name must already exist.

Response

Correct the logic of the program redeploy the message flow.