Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Remove unnecessary condition on verifyLivenessConditionForRegisteredChains #8259

Closed
Tracked by #7210
ishantiw opened this issue Mar 13, 2023 · 0 comments
Closed
Tracked by #7210
Assignees
Labels
framework/module/interoperability Interoperability module
Milestone

Comments

@ishantiw
Copy link
Contributor

Description

Remove unnecessary condition on _verifyLivenessConditionForRegisteredChains

	if (context.params.certificate.length === 0 || isInboxUpdateEmpty(context.params.inboxUpdate)) {
			return;
		}

Acceptance Criteria

  • Should pass all unit tests
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
framework/module/interoperability Interoperability module
Projects
None yet
Development

No branches or pull requests

2 participants