-
Notifications
You must be signed in to change notification settings - Fork 219
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
feat: backup spend for pre-mine #6431
feat: backup spend for pre-mine #6431
Conversation
Test Results (Integration tests) 2 files + 2 11 suites +11 33m 21s ⏱️ + 33m 21s For more details on these failures, see this check. Results for commit ea35218. ± Comparison against base commit 3377e9c. ♻️ This comment has been updated with latest results. |
Test Results (CI) 3 files 123 suites 37m 51s ⏱️ Results for commit ea35218. ♻️ This comment has been updated with latest results. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK
I am happy if all the tests and clippy pass.
@@ -1491,6 +1511,243 @@ where | |||
)) | |||
} | |||
|
|||
#[allow(clippy::too_many_lines)] | |||
pub async fn spend_backup_pre_mine_utxo( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe in another PR (to be prioritized) we can DRY up the code in these functions, as many parts of this function look the same as the one that spends via the m-of-n path.
Description
Adds backup pre-mine spend functionality.