orbland / contracts

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

[INF] fundsOf can be public #13

Closed odyslam closed 1 year ago

odyslam commented 1 year ago

Description

fundsOf mapping can be public, without needing a specific user-defined getter function.

Suggestion

lekevicius commented 1 year ago

Yup, with #12, makes sense.