ton-blockchain / locker-contract

MIT License
39 stars 4 forks source link

typo #2

Open MaksymDS opened 1 year ago

MaksymDS commented 1 year ago

locker.fc:

const int MINIMUM_DEPOSIT = 50 ONE_TON; ;; MINIMUM_DEPOSIT must be greater than 1 ton const int MINIMUM_REWARD = 50 ONE_TON; ;; MINIMUM_REWARD must be greater than 1 ton

tolya-yanot commented 1 year ago

There is no typo here, this is a comment that you cannot set a constant less than 1 TON

MaksymDS commented 1 year ago

This contradicts with description in README.MD I agree it's not a bug even not a minor issue, but it's just confusing.

EmelyanenkoK commented 1 year ago

This contradicts with description in README.MD

Can you elaborate? Looks consistent with https://github.com/ton-blockchain/locker-contract/blob/main/README.md?plain=1#L20