Skip to content

Commit

Permalink
Fix error from merge
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandeberg committed Feb 10, 2020
1 parent 218cd0b commit 2d99d6a
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 2d99d6a

Please sign in to comment.