-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Labels
Status: StaleThe pull request is in need of updates but there has not been a sufficient response.The pull request is in need of updates but there has not been a sufficient response.
Description
Expected Behavior
The multi-signature-registration constructor takes in a optional fee. This fee should be used in the transaction, or a custom fee should not be available.
Current Behavior
If you specify a custom fee, this fee is overridden when you set the public keys or add a participant.
Possible Solution
Either the custom fee should be removed from the constructor if it should not be customizable, or the fee should be used in the class.
Steps to Reproduce (for bugs)
Write a unit test, using a custom fee. Assert the custom fee value. The test will fail.
Your Environment
Python 3.9, Windows
- Version used: master branch, tips
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Status: StaleThe pull request is in need of updates but there has not been a sufficient response.The pull request is in need of updates but there has not been a sufficient response.