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

Remove unused code from FederatedPeg #1135

Open
wants to merge 1 commit into
base: release/1.6.0.0
Choose a base branch
from

Conversation

quantumagi
Copy link
Contributor

No description provided.

@quantumagi quantumagi marked this pull request as ready for review March 30, 2023 04:11
@quantumagi quantumagi requested a review from zeptin March 30, 2023 04:11
@@ -13,8 +13,6 @@ public interface IConversionRequestKeyValueStore : IKeyValueRepository
{
List<ConversionRequest> GetAll();
List<ConversionRequest> GetAll(ConversionRequestType type, bool onlyUnprocessed);

void Delete(string key);
Copy link
Collaborator

Choose a reason for hiding this comment

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

This method does still seem to be in the implementation of the interface though

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, but its already present in IKeyValueRepository.

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.

2 participants