Skip to content

Commit beedbe1

Browse files
committed
attempt to add support for sld fancoder#2
1 parent f580ca2 commit beedbe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ NAN_METHOD(cryptonight_sld) {
302302
uint32_t input_len = Buffer::Length(target);
303303

304304
if (fast)
305-
crypto::cn_fast_hash_sld((const void *)input, input_len, output);
305+
crypto::cn_fast_hash((const void *)input, input_len, output);
306306
else
307307
crypto::cn_slow_hash_sld((const void *)input, input_len, output);
308308

0 commit comments

Comments
 (0)