dvandal / cryptonote-nodejs-pool

Mining pool for all CryptoNote based coins using Cryptonight, Cryptonight Light and Cryptonight Heavy algorithms
GNU General Public License v2.0
366 stars 611 forks source link

Add API docs and beautify all files #555

Closed TheDevMinerTV closed 4 years ago

TheDevMinerTV commented 4 years ago

Command to beautify all files:


js-beautify $(find . -type f -name '*.js') $(find . -type f -name '*.html') $(find . -type f -name '*.css') -t -n --space-after-named-function --space-after-anon-function -B --good-stuff
muscleman commented 4 years ago

common.js is missing the latest commits

please update

TheDevMinerTV commented 4 years ago

The commit you are talking about is already in the changes. It just got pushed down a bit (400~ lines or so) because of beautifying.