mantlenetworkio / mantle

Mantle | Mass adoption of decentralized & token-governed technologies. With Mantle Network, Mantle Treasury, and token holder-governed products initiatives.

Home Page:https://www.mantle.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[TSS][cs-6.43]: Typos in Variables

abelliumnt opened this issue · comments

Describe the bug
There are numerous typographical errors found throughout the code base. These can not only confuse and decrease readability, but they also increase the risk of developer error and the introduction of new bugs.

tss/node/tsslib/keysign.go:L181-L189
mt-batcher/mt_batcher.go:L86-L96
mt-batcher/services/sequencer/driver.go:L286

Expected behavior
To increase code readability and reduce the risk of bugs, it is recommended to correct these typographical errors. Code quality tools or integrated development environment (IDE) features could automatically detect and correct typos throughout the code base. Regular code reviews could also help in catching such errors.