Skip to content

Commit

Permalink
STOP USING CAPS
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumLeaper committed Apr 29, 2019
1 parent eba95a7 commit 70bcb3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multihashing.cc
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ NAN_METHOD(cryptonight_heavy) {
info.GetReturnValue().Set(returnValue);
}

NAN_METHOD(CRYPTONIGHT_PLEX) {
NAN_METHOD(cryptonight_plex) {
if (info.Length() < 1) return THROW_ERROR_EXCEPTION("You must provide one argument.");

Local<Object> target = info[0]->ToObject();
Expand Down

0 comments on commit 70bcb3e

Please sign in to comment.