File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ BOOST_AUTO_TEST_CASE(electrum__blockchain_block_header__proof_example__expected)
111111 BOOST_CHECK_EQUAL (branch.at (3 ).as_string (), expected_branch[3 ]);
112112}
113113
114- BOOST_AUTO_TEST_CASE (electrum__blockchain_block_header__cp_below_height__target_overflow )
114+ BOOST_AUTO_TEST_CASE (electrum__blockchain_block_header__checkpoint_below_height__target_overflow )
115115{
116116 BOOST_CHECK (handshake ());
117117
@@ -127,7 +127,7 @@ BOOST_AUTO_TEST_CASE(electrum__blockchain_block_header__above_top__not_found)
127127 BOOST_CHECK_EQUAL (response.at (" error" ).as_object ().at (" code" ).as_int64 (), not_found.value ());
128128}
129129
130- BOOST_AUTO_TEST_CASE (electrum__blockchain_block_header__cp_above_top__not_found )
130+ BOOST_AUTO_TEST_CASE (electrum__blockchain_block_header__checkpoint_above_top__not_found )
131131{
132132 BOOST_CHECK (handshake ());
133133
You can’t perform that action at this time.
0 commit comments