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

[trivial] ServiceFactory: Remove unused parameter #11737

Merged

Conversation

kiminuo
Copy link
Collaborator

@kiminuo kiminuo commented Oct 18, 2023

Preparation for TransactionParameters

@@ -12,7 +12,6 @@ public static class ServiceFactory
{
public static TransactionFactory CreateTransactionFactory(
IEnumerable<(string Label, int KeyIndex, decimal Amount, bool Confirmed, int AnonymitySet)> coins,
bool allowUnconfirmed = true,
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Not used and I want to re-shape API so it's useful for me to remove the parameter.

@kiminuo kiminuo marked this pull request as draft October 18, 2023 17:49
@kiminuo kiminuo marked this pull request as ready for review October 18, 2023 19:00
@kiminuo kiminuo merged commit c829eac into WalletWasabi:master Oct 19, 2023
6 of 7 checks passed
@kiminuo kiminuo deleted the feature/2023-10-18-Simplify-ServiceFactory branch October 19, 2023 06:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants