Skip to content

Commit 80e8fa7

Browse files
committed
Style.
1 parent 5cfac72 commit 80e8fa7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/protocols/electrum/electrum_block_header.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)