diff --git a/src/main.cc b/src/main.cc index 8a3011dd..3f0df3f4 100644 --- a/src/main.cc +++ b/src/main.cc @@ -302,7 +302,7 @@ NAN_METHOD(cryptonight_sld) { uint32_t input_len = Buffer::Length(target); if (fast) - crypto::cn_fast_hash_sld((const void *)input, input_len, output); + crypto::cn_fast_hash((const void *)input, input_len, output); else crypto::cn_slow_hash_sld((const void *)input, input_len, output);