aboutsummaryrefslogtreecommitdiff
path: root/tests/performance_tests/sig_clsag.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/performance_tests/sig_clsag.h')
-rw-r--r--tests/performance_tests/sig_clsag.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/performance_tests/sig_clsag.h b/tests/performance_tests/sig_clsag.h
index 53c38c56b..043830ee6 100644
--- a/tests/performance_tests/sig_clsag.h
+++ b/tests/performance_tests/sig_clsag.h
@@ -117,7 +117,7 @@ class test_sig_clsag
sk.dest = r[u];
sk.mask = s[u];
- sigs.push_back(proveRctCLSAGSimple(messages[u],pubs,sk,s1[u],C_offsets[u],NULL,NULL,NULL,u,hw::get_device("default")));
+ sigs.push_back(proveRctCLSAGSimple(messages[u],pubs,sk,s1[u],C_offsets[u],u,hw::get_device("default")));
}
return true;