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

[xchain-doge] Fix maximum fee rate #643

Merged
merged 1 commit into from
Sep 28, 2022
Merged

[xchain-doge] Fix maximum fee rate #643

merged 1 commit into from
Sep 28, 2022

Conversation

veado
Copy link
Collaborator

@veado veado commented Sep 27, 2022

setMaximumFeeRate needs to be increased to cover current fees of 750000sats/byte. Bug was reported in Discord #asgardex-desktop https://discord.com/channels/838986635756044328/839002220942721024/1024199604192952340

Before: 650000 sats/byte
Now: 7500000 sats/byte (10x of current fee rate)

Comparing to

  • xchain-thorswap: 650000000 (code)
  • THORWallet-xchainjs 5500000 (code)

@veado veado self-assigned this Sep 27, 2022
Copy link
Collaborator

@Thorian1te Thorian1te left a comment

Choose a reason for hiding this comment

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

looks good

@veado veado merged commit ea949a7 into master Sep 28, 2022
@veado veado deleted the fix/doge-maxfeerate branch September 28, 2022 06:37
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

2 participants