Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
consortium-v2: only return when failing to verify extraData (#636)
In commit 584db0f ("consortium-v2: move extraData check with contract into a function"), we refactor the code and mistakenly return even if we successfully verify extraData. Fix it by checking the error and only return if there is an error when verifying extraData.
- Loading branch information