Browse Source
after restarts, instead of sending coins back to wallet. This is a fix for #363. Prior to this commit, if a tumbler run was restarted on command line with --restart, and a schedule entry failed triggering a call of tweak_tumble_schedule, the destination address was always reset with INTERNAL to another in- wallet address, even if it was actually an outward destination address, because the restart of the tumbler script created an instance of Taker without any addresses stored in the variable tdestaddrs. After this commit, the Taker instance is instantiated with the remaining destination addresses in the post-restart schedule. The user is prompted with a warning if they use --restart in combination with command line destination addresses; they are warned that the latter will be ignored, since the contents of the schedule file are respected, instead.master
1 changed files with 12 additions and 0 deletions
Loading…
Reference in new issue