dimxy / komodo

Komodo
https://komodoplatform.com/
Other
7 stars 4 forks source link

Minor formatting suggestions #109

Open jmjatlanta opened 2 years ago

jmjatlanta commented 2 years ago

The changes made in dimxy-fix-staking-array are very good and IMO necessary. Making C-style arrays using malloc/calloc is not something I would recommend to anyone in C++.

The fixes in this PR change no functionality. They only

These changes just make the code easier to read IMO. Merge this branch into yours if you wish.