From 2d99d6a7ab773a8f91f073d5e9d70ab71d69df1e Mon Sep 17 00:00:00 2001 From: Michael Vandeberg Date: Mon, 10 Feb 2020 13:28:31 -0800 Subject: [PATCH] Fix error from merge --- tests/tests/smt_operation_tests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests/smt_operation_tests.cpp b/tests/tests/smt_operation_tests.cpp index ea39757a1a..8fc92770a1 100644 --- a/tests/tests/smt_operation_tests.cpp +++ b/tests/tests/smt_operation_tests.cpp @@ -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;