We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f580ca2 commit beedbe1Copy full SHA for beedbe1
src/main.cc
@@ -302,7 +302,7 @@ NAN_METHOD(cryptonight_sld) {
302
uint32_t input_len = Buffer::Length(target);
303
304
if (fast)
305
- crypto::cn_fast_hash_sld((const void *)input, input_len, output);
+ crypto::cn_fast_hash((const void *)input, input_len, output);
306
else
307
crypto::cn_slow_hash_sld((const void *)input, input_len, output);
308
0 commit comments