Skip to content

Commit

Permalink
GH-229 Remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed Sep 27, 2022
1 parent 62e5800 commit 78d0477
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion unittests/auth_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"));
Expand Down

0 comments on commit 78d0477

Please sign in to comment.