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

Do not retry self.execute when txbuffer is cleared #786

Open
wants to merge 1 commit into
base: devel
Choose a base branch
from

Conversation

abitmore
Copy link

Fixes #773.

@@ -741,6 +750,9 @@ def retry_action(self, action, *args, **kwargs):
new = self.bitshares.rpc.url
self.log.info('Old: {}, new: {}'.format(old, new))
tries += 1
if action == self.execute :
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This code block is probably unnecessary. I'm not sure whether the self.bitshares.clear() code above also clears txbuffer.

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

Successfully merging this pull request may close these issues.

None yet

1 participant