Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cf-solana: get timestamp in ns for cf-solana (#397)
in the `consensus_has_expired` method, the consensus timestamp is fetched in seconds but added to a trusting period which is in nanoseconds creating a mismatch. So fixing this bug by fetching the consensus timestamp in nanoseconds.
- Loading branch information