You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix database functions for stake split threshold and auto combine dust functions
- Rename autocombinerewards to autocombinedust
- Remove change output from autocombinedust
- Cleanup scheduling and initialization
"\nWallet will automatically monitor for any coins with value below the threshold amount, and combine them if they reside with the same Wagerr address\n"
4021
-
"When autocombinerewards runs it will create a transaction, and therefore will be subject to transaction fees.\n"
4021
+
"When autocombinedust runs it will create a transaction, and therefore will be subject to transaction fees.\n"
4022
4022
4023
4023
"\nArguments:\n"
4024
4024
"1. enable (boolean, required) Enable auto combine (true) or disable (false)\n"
4025
4025
"2. threshold amount (numeric, optional) Coins with an aggregated value of this amount will be combined (default: 0)\n"
0 commit comments