This PR temporarily handles an integer overflow for tokens that do not have an expiry time. Fetching TokenInfoexpiry.seconds from the mirror node results in a Some(Timestamp { seconds: -9223372036854775808, nanos: 0 }) if the token's expiration time is not set.
Description:
This PR temporarily handles an integer overflow for tokens that do not have an expiry time. Fetching
TokenInfo
expiry.seconds
from the mirror node results in aSome(Timestamp { seconds: -9223372036854775808, nanos: 0 })
if the token's expiration time is not set.Related issue(s):
Fixes #
Notes for reviewer:
Checklist