Skip to content

Commit

Permalink
Merge pull request #2381 from bitshares/update-htlc-tests
Browse files Browse the repository at this point in the history
Remove unused actor from htlc_hardfork_test to fix the test case
  • Loading branch information
abitmore authored Mar 14, 2021
2 parents 343fcdf + c3b7662 commit c1fa635
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/tests/htlc_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -665,9 +665,7 @@ try {
BOOST_AUTO_TEST_CASE( htlc_hardfork_test )
{
try {
ACTORS( (alice) );
int64_t init_balance(10000 * GRAPHENE_BLOCKCHAIN_PRECISION);
transfer( committee_account, alice_id, graphene::chain::asset(init_balance) );

{
// try to set committee parameters before hardfork
proposal_create_operation cop = proposal_create_operation::committee_proposal(
Expand Down

0 comments on commit c1fa635

Please sign in to comment.