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 Sep 11, 2019
1 parent dc9e0a9 commit 7daa5e7
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 @@ -913,7 +913,7 @@ BOOST_FIXTURE_TEST_CASE(util_ChainMerge, ChainMergeTestingSetup)
// Results file is formatted like:
//
// <input> || <output>
BOOST_CHECK_EQUAL(out_sha_hex, "94b4ad55c8ac639a56b93e36f7e32e4c611fd7d7dd7b2be6a71707b1eadcaec7");
BOOST_CHECK_EQUAL(out_sha_hex, "571e3e41e49f6d7fdd2f6d9d0ff4d3967c2fe4ec50d14adc131b43ecb11b2e7a");
}

BOOST_AUTO_TEST_CASE(util_FormatMoney)
Expand Down

0 comments on commit 7daa5e7

Please sign in to comment.