stellar / soroban-examples

Example Soroban Contracts
Apache License 2.0
65 stars 68 forks source link

src/timelock.lib.rs minor logic bug #279

Closed alex-straw closed 1 year ago

alex-straw commented 1 year ago

Fix issue where 'ledger timestamp == time_bound.timestamp' in timelock/src/lib.rs leading to After and Before being true simultaneously (somewhat counter intuitive).

I am new to Soroban this could be best practice (happy to close this out if so)

PR