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

Return an error if estimated deposit sweep fee is too high #3666

Merged
merged 1 commit into from
Jul 4, 2023

Conversation

lukasz-zimnoch
Copy link
Member

Refs: #3614

Here we change the default behavior of the wallet maintainer (and maintainer-cli tool) when the estimated deposit sweep fee exceeds the maximum value allowed by the Bridge. So far, the estimated fee was adjusted to the maximum allowed value. Now, an error is returned. That's because this is an abnormal situation and the maintainer should rather wait until the fee goes back to normal value than block the wallet in the WalletCoordinator with something that has no chance of being included in a block.

@pdyraga pdyraga merged commit ff030d5 into main Jul 4, 2023
@pdyraga pdyraga deleted the error-on-sweep-fee-too-high branch July 4, 2023 11:47
@pdyraga pdyraga added this to the v2.0.0-m4 milestone Jul 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants