Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request - add a repeat function #220

Closed
RosevilleLarry opened this issue Sep 24, 2021 · 2 comments
Closed

Feature Request - add a repeat function #220

RosevilleLarry opened this issue Sep 24, 2021 · 2 comments

Comments

@RosevilleLarry
Copy link

would love to see a -r option to repeat a transaction (ie: -r 4 means repeat this transaction 4 times). I have some channels that can only recirc 250k at a time. If there was a -r option where I could specify how many times to repeat the requested transaction it would make management of those "challenged" channels much easier

@C-Otto
Copy link
Owner

C-Otto commented Sep 24, 2021

That's related to the automation issues (like #4 #184) and I suggest you use your shell to repeat the command:

for i in `seq 1 4`; do ./rebalance.py -t xxx -a 250000; done

@RosevilleLarry
Copy link
Author

ok, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants