Skip to content

fix: remove lock time verification#24

Merged
karim-en merged 1 commit intoomni-mainfrom
remove-lock-time-verification
Mar 7, 2026
Merged

fix: remove lock time verification#24
karim-en merged 1 commit intoomni-mainfrom
remove-lock-time-verification

Conversation

@karim-en
Copy link
Collaborator

This pull request makes a targeted change to the deposit validation logic in the Contract implementation. Specifically, it removes the requirement that a transaction's lock_time must be zero. This means transactions with a non-zero lock_time are now supported, which could allow for more flexible transaction types in the bridge contract.

Deposit validation update:

  • Removed the check that required transaction.lock_time() to be zero, allowing transactions with non-zero lock_time values to be processed.

@karim-en karim-en merged commit d31b52f into omni-main Mar 7, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants