Skip to content

Conversation

@ALiberalVoluntarist
Copy link
Collaborator

Description of Changes

Fix the default fee rate
Previously, the default fee rate was hardcoded to 10 satoshis per kilobyte. This update allows users to configure the default fee rate via the TRANSACTION_FEE_RATE variable in constants.py or through the environment file.
A test for the default fee rate has also been added.

  • [x ] I have added new unit tests
  • [ x] All tests pass locally
  • [ x] I have tested manually in my local environment

Checklist:

  • [x ] I have performed a self-review of my own code
  • [x ] I have made corresponding changes to the documentation
  • [ x] My changes generate no new warnings
  • [ x] I have updated CHANGELOG.md with my changes
  • [ x] I have run the linter

Previously, the default fee rate was hardcoded to 10 satoshis per kilobyte. This update allows users to configure the default fee rate via the TRANSACTION_FEE_RATE variable in constants.py or through the environment file.
A test for the default fee rate has also been added.
Copy link
Collaborator

@voyager1708 voyager1708 left a comment

Choose a reason for hiding this comment

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

This pull request introduces several improvements and fixes.

@voyager1708 voyager1708 merged commit c7a0c1b into master Mar 26, 2025
4 checks 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.

3 participants