diff --git a/unittests/auth_tests.cpp b/unittests/auth_tests.cpp index 1e5baf66ff..d6572f3094 100644 --- a/unittests/auth_tests.cpp +++ b/unittests/auth_tests.cpp @@ -341,7 +341,6 @@ BOOST_AUTO_TEST_CASE( any_auth ) { try { const auto spending_priv_key = chain.get_private_key(name("alice"), "spending"); const auto spending_pub_key = spending_priv_key.get_public_key(); - //const auto bob_spending_priv_key = chain.get_private_key(name("bob"), "spending"); const auto bob_spending_pub_key = spending_priv_key.get_public_key(); chain.set_authority(name("alice"), name("spending"), spending_pub_key, name("active"));