From e2bf1803c905f73348362e6e88aa593ca3e3c5cb Mon Sep 17 00:00:00 2001 From: Daniel Larimer Date: Fri, 24 Jul 2015 17:10:36 -0400 Subject: [PATCH] fix max_authority_membership test, #205 --- tests/tests/authority_tests.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/tests/authority_tests.cpp b/tests/tests/authority_tests.cpp index b694b98f..12ce3cda 100644 --- a/tests/tests/authority_tests.cpp +++ b/tests/tests/authority_tests.cpp @@ -902,7 +902,6 @@ BOOST_FIXTURE_TEST_CASE( max_authority_membership, database_fixture ) int keys_to_create = 2*GRAPHENE_DEFAULT_MAX_AUTHORITY_MEMBERSHIP; vector private_keys; - tx = transaction(); private_keys.reserve( keys_to_create ); for( int i=0; i key_ids;