spruceid / kepler

Decentralized storage based on permissioned data overlays called orbits.
https://kepler.xyz
Apache License 2.0
79 stars 14 forks source link

Fix invocation expiry time #147

Closed chunningham closed 1 year ago

chunningham commented 1 year ago

Description

Currently the invocation expiry time is calculated to be (in unix seconds) 60 + the nanosecond offset of now. This is incorrect, it should be now + 60. This PR fixes it

Type

Diligence Checklist

(Please delete options that are not relevant)