From ed6c1b5d151fc5a26e751ee938e4d54ed6c7aac0 Mon Sep 17 00:00:00 2001 From: Taylor Hornby Date: Thu, 26 May 2016 16:28:59 -0600 Subject: [PATCH] We don't want to benchmark signature creation / verification. --- src/zcbenchmarks.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/zcbenchmarks.cpp b/src/zcbenchmarks.cpp index caf8d256b..1c5eca324 100644 --- a/src/zcbenchmarks.cpp +++ b/src/zcbenchmarks.cpp @@ -64,7 +64,6 @@ double benchmark_parameter_loading() double benchmark_create_joinsplit() { - // TODO: #808 uint256 pubKeyHash; /* Get the anchor of an empty commitment tree. */ @@ -87,7 +86,6 @@ double benchmark_create_joinsplit() double benchmark_verify_joinsplit(const CPourTx &joinsplit) { timer_start(); - // TODO: #808 uint256 pubKeyHash; joinsplit.Verify(*pzcashParams, pubKeyHash); return timer_stop();