Remove Helper.SHA256() method #1119

Merged
kekkyojin merged 1 commit from remove-sha256 into master 2021-01-18 20:24:23 +01:00
kekkyojin commented 2021-01-14 13:09:54 +01:00 (Migrated from github.com)

PR Checklist

Please check all that apply to this PR using "x":

  • I have checked that this PR is not a duplicate of an existing PR (open, closed or merged)
  • I have checked that this PR does not introduce a breaking change
  • This PR introduces breaking changes and I have provided a detailed explanation below

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting)
  • Refactoring (no functional changes)
  • Documentation changes
  • Other - Please describe:

What is the current behavior?

Helper.SHA256(String) method is now unused.

What is the new behavior?

Other information

Method is no longer available as it is no longer needed.

## PR Checklist <!-- For the checkbox formatting to work properly, make sure there are no spaces on either side of the "x" --> Please check all that apply to this PR using "x": - [x] I have checked that this PR is not a duplicate of an existing PR (open, closed or merged) - [x] I have checked that this PR does not introduce a breaking change - [ ] This PR introduces breaking changes and I have provided a detailed explanation below ## PR Type What kind of change does this PR introduce? - [ ] Bugfix - [ ] Feature - [ ] Code style update (formatting) - [x] Refactoring (no functional changes) - [ ] Documentation changes - [ ] Other - Please describe: ## What is the current behavior? Helper.SHA256(String) method is now unused. ## What is the new behavior? ## Other information Method is no longer available as it is no longer needed.
akinwale (Migrated from github.com) approved these changes 2021-01-18 20:24:17 +01:00
akinwale (Migrated from github.com) left a comment

Thanks.

Thanks.
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-android#1119
No description provided.