Typos
We have found minor typos that do not affect code functionality:
In the contracts in the
palmy-finance-palmy-ve
repository, multiple variables whose name includesweek
should useterm
instead, because a term is two weeks.In the Voter contract,
_calcurateBasisTermTsFromCurrentTs
should be_calculateBasisTermTsFromCurrentTs
.