Closed wmcmurray closed 6 years ago
Fixes little details causing this tool to send 50% of all mining incomes to the developper...!! :unamused:
Here is some details about what I fixed :
devFeeThrottle
devFeeMiner
--dev-fee
a || b
process.env.*
string
number
Number()
XD. Let's writeing down some bugs hahahah. Try es6 add a type for it. It's will better to debug
Will there be an npm package version bump including this fix anytime soon ? :thinking:
Fixes little details causing this tool to send 50% of all mining incomes to the developper...!! :unamused:
Here is some details about what I fixed :
devFeeThrottle
variable existed but was never passed to thedevFeeMiner
!--dev-fee
argument, it was ignored by thea || b
syntax because zero equal falseprocess.env.*
variables type isstring
, notnumber
, so I added someNumber()
where needed