Skip to content
This repository was archived by the owner on Jul 20, 2021. It is now read-only.

Hub: argon_provider - cache securityLevel result - #203

Open
tsvisabo wants to merge 1 commit into
iotaledger-archive:masterfrom
tsvisabo:cache_security_level
Open

Hub: argon_provider - cache securityLevel result#203
tsvisabo wants to merge 1 commit into
iotaledger-archive:masterfrom
tsvisabo:cache_security_level

Conversation

@tsvisabo

Copy link
Copy Markdown
Contributor

Description

Please include a summary of the change. Include the motivation for the change.

Fixes # (issue)

  • Enhancement (a non-breaking change which adds functionality)

Checklist:

  • My code follows the style guidelines for this project
  • I have performed a self-review of my own code
  • New and existing unit tests pass locally with my changes

@tsvisabo
tsvisabo requested a review from th0br0 as a code owner September 17, 2018 12:47

auto seed = seedFromUUID(uuid, _salt);
if (!securityLevel(uuid).has_value()) {
auto maybeSecurityLevel = std::move(securityLevel(uuid));

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

You don't need the std::move here

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants