Skip to content

Commit

Permalink
fixup! crypto: add internal error codes
Browse files Browse the repository at this point in the history
  • Loading branch information
RaisinTen committed Mar 10, 2021
1 parent ebe4cc2 commit 5231d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crypto/crypto_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ void CryptoErrorStore::Insert(const NodeCryptoError error, Args&&... args) {
error_string = "No error";
break;
}
errors.emplace_back(SPrintF(error_string,
errors_.emplace_back(SPrintF(error_string,
std::forward<Args>(args)...));
}

Expand Down

0 comments on commit 5231d3d

Please sign in to comment.