busyboredom / acceptxmr

A monero payment gateway library
Apache License 2.0
72 stars 5 forks source link

Fix expiration_in() when called before first scan #56

Closed busyboredom closed 1 year ago

busyboredom commented 1 year ago

Description

Fix expiriration_in() when called before first scan by using max of creation height and current height.

Checklist