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

DOGE Lower fee bound updated #878

Merged
merged 4 commits into from
Oct 30, 2023
Merged

DOGE Lower fee bound updated #878

merged 4 commits into from
Oct 30, 2023

Conversation

0xp3gasus
Copy link
Contributor

@0xp3gasus 0xp3gasus commented Oct 27, 2023

Comment on lines 165 to 170
if (params.feeRate) {
feeRate = params.feeRate
checkFeeBounds(this.feeBounds, feeRate)
} else {
feeRate = await this.getSuggestedFeeRate()
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

We shouldn't bypass checkFeeBounds functionality. If the LOWER_FEE_BOUND is too much, update it with a lower quantity.

If the DOGE network does not recommend less than that fee_rate then force a minimum of LOWER_FEE_BOUND.

@0xp3gasus 0xp3gasus changed the title DOGE Suggested feeRate not checked DOGE Lower fee bound updated Oct 30, 2023
@hippocampus-web3 hippocampus-web3 merged commit 8e88504 into xchainjs:master Oct 30, 2023
1 check passed
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.

2 participants