orbland / contracts

🔮 Orb and related contracts. Auction + Harberger taxed ownership + invocations.
https://orb.land
MIT License
22 stars 5 forks source link

[INF] lastSettlementTime() can be removed #15

Closed odyslam closed 1 year ago

odyslam commented 1 year ago

Description

The function serves only as a getter. It's simpler to make the storage variable public, thus removing the need of the function and simplifying the codebase.

Storage

lekevicius commented 1 year ago

Works! Let's do this.