eos42 / Chintai-issues

A github to collect issues for the Chintai dApp
https://jungle.chintai.io
3 stars 4 forks source link

Lease history panel shows leases that are more than 72h old #58

Closed acoutts closed 6 years ago

acoutts commented 6 years ago
screen shot 2018-10-13 at 10 56 11 am

Fix: add parentheses to query to filter correctly:

WHERE (accountstaker = $1 OR accountleaser = $1)
        AND timestampexpires >= NOW() - '3 days'::INTERVAL
acoutts commented 6 years ago

Fixed.