Skip to content

Commit

Permalink
util_tests.cpp update hash for hard coded chain merge
Browse files Browse the repository at this point in the history
  • Loading branch information
kallewoof committed Mar 6, 2020
1 parent bb2e973 commit 2396f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/util_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1125,7 +1125,7 @@ BOOST_FIXTURE_TEST_CASE(util_ChainMerge, ChainMergeTestingSetup)
// Results file is formatted like:
//
// <input> || <output>
BOOST_CHECK_EQUAL(out_sha_hex, "f0b3a3c29869edc765d579c928f7f1690a71fbb673b49ccf39cbc4de18156a0d");
BOOST_CHECK_EQUAL(out_sha_hex, "4645298a210e40fd8dfacc2b470be96a186f0ff2ebab328953cfe1ce866e55cf");
}

BOOST_AUTO_TEST_CASE(util_FormatMoney)
Expand Down

0 comments on commit 2396f6f

Please sign in to comment.