-
Notifications
You must be signed in to change notification settings - Fork 46
Rename cancel_tx to unreserve_change_address #326
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
base: master
Are you sure you want to change the base?
Rename cancel_tx to unreserve_change_address #326
Conversation
e5b8d34 to
3f7ff2d
Compare
Pull Request Test Coverage Report for Build 18323393969Details
💛 - Coveralls |
|
@GideonBature can you reword the commit as |
|
Noted @luisschwab let me do that now. |
3f7ff2d to
35faa29
Compare
|
This recent push reword the commit message. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #326 +/- ##
=========================================
Coverage ? 85.24%
=========================================
Files ? 23
Lines ? 8229
Branches ? 0
=========================================
Hits ? 7015
Misses ? 1214
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Description
Renames
cancel_tx()tounreserve_change_address()to better reflect its current functionality, which only frees up the change address and does not yet handle UTXO reservation.Changelog notice
Changed
cancel_tx()tounreserve_change_address()for clarityCloses #212