When calling getLatestPrice
, the returned lastUpdateTimestamp
represents the last update timestamp of any house price, and not the last update timestamp of the returned price.
When calling getLatestPrice
, the returned lastUpdateTimestamp
represents the last update timestamp of any house price, and not the last update timestamp of the returned price as shown by this code snippet:
Not being able to get the lastUpdateTimestamp
for a specific tokenId
poses the risk of stale value that does not represent the true price of a tokenId
.
Store a lastUpdateTimestamp
per tokenId
, otherwise this has no value.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.