You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In BlockValidator, ValidateProcessedBlock, when receipt was missing or of different length then number of transaction, it will throw IndexOutOfRange exception.
Fix it so that a more reasonable error message is given.
BlockValidator,ValidateProcessedBlock, when receipt was missing or of different length then number of transaction, it will throwIndexOutOfRangeexception.