Skip to content

Commit

Permalink
Merge pull request #3604 from steemit/20200210-fix-master
Browse files Browse the repository at this point in the history
Fix error from merge
  • Loading branch information
sgerbino authored Feb 11, 2020
2 parents 218cd0b + 2d99d6a commit 14b7631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests/smt_operation_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1955,7 +1955,7 @@ BOOST_AUTO_TEST_CASE( smt_create_reset )

smt_setup_ico_tier_operation op5;
op5.control_account = "alice";
op5.steem_units_cap = 100000;
op5.steem_satoshi_cap = 100000;
op5.generation_policy = valid_capped_generation_policy;
op5.symbol = alice_symbol;

Expand Down

0 comments on commit 14b7631

Please sign in to comment.