Browse Source
Before this bugfix, the user-chosen minsize is passed to the constructor of the YieldGenerator class unaltered, even though it was dynamically updated to ensure 20% of txfee profit in all cases (the wrong variable was passed). This commit fixes that (`minsize` not `options.minsize`).master
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue